[][src]Function bitcoin_num::endian::slice_to_u64_le

pub fn slice_to_u64_le(slice: &[u8]) -> u64

Converts &[u8] slice in little endian encoding (least significant byte first) into u64. Panics if the slice length is not equal to the size of the type