Function regex_automata::util::wire::read_u128
source ยท pub(crate) fn read_u128(slice: &[u8]) -> u128
Expand description
Read a u128 from the beginning of the given slice in native endian format. If the slice has fewer than 16 bytes, then this panics.