pub unsafe fn simd_expose_provenance<T, U>(_ptr: T) -> U
🔬This is a nightly-only experimental API. (
core_intrinsics
)Available on crate feature
std
only.Expand description
Exposes a vector of pointers as a vector of addresses.
T
must be a vector of pointers.
U
must be a vector of usize
with the same length as T
.