Function rand_core::le::read_u64_into  
source ยท pub fn read_u64_into(src: &[u8], dst: &mut [u64])Expand description
Reads unsigned 64 bit integers from src into dst.
pub fn read_u64_into(src: &[u8], dst: &mut [u64])Reads unsigned 64 bit integers from src into dst.