ptr_offset_from

Function ptr_offset_from 

Source
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 non-crate feature ferrocene_certified only.
Expand description

See documentation of <*const T>::offset_from for details.