pub exec fn uint_from_base128(bytes: &[u8]) -> result : UIntExpand description
requires
bytes.len() <= BASE128_MAX_BYTES,ensuresresult as nat == nat_from_base128(bytes.deep_view()),