Function aoc::util::parse::try_unsigned

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