fn split_sign(bytes: &[u8]) -> (bool, &[u8])
Splits an optional leading sign from bytes, returning whether it is - and the bytes that follow it.
bytes
-