[−][src]Function rustc_data_structures::sip128::u8to64_le
unsafe fn u8to64_le(buf: &[u8], start: usize, len: usize) -> u64
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Load an u64 using up to 7 bytes of a byte slice.
Unsafe because: unchecked indexing at start..start+len