pub unsafe extern "rust-intrinsic" fn ptr_offset_from<T>(
    ptr: *const T,
    base: *const T
) -> isize
🔬 This is a nightly-only experimental API. (core_intrinsics)
Expand description

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

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.