aoc::util::parse

Function try_unsigned

Source
fn try_unsigned<T: Unsigned<T>>(bytes: &mut Bytes<'_>) -> Option<T>