[][src]Function rand_core::le::read_u64_into

pub fn read_u64_into(src: &[u8], dst: &mut [u64])

Reads unsigned 64 bit integers from src into dst. Borrowed from the byteorder crate.