Version: 2023.1
public NativeSlice<U> SliceConvert ();

返回

NativeSlice<U> A new NativeSlice that views the same memory, but is reinterpreted as the target type.

描述

Reinterprets the NativeSlice as having a different data type (type punning).