[][src]Function lazy_bytes_cast::read_u128

pub const fn read_u128(input: &[u8], cursor: usize) -> u128

Read u128 at compile time.

cursor allows to specify position in slice, allowing avoid the need for slicing