pub const unsafe fn ptr_offset_from<T>(_ptr: *const T, _base: *const T) -> isize ⓘ
🔬This is a nightly-only experimental API. (
core_intrinsics
)Available on crate feature
std
only.Expand description
See documentation of <*const T>::offset_from
for details.