Expand description
Holds the length-related primitives.
Structs§
- Length
- Represents length internally used by osom tools. Unlike Rust
usize
type, theLength
type is a thin wrapper aroundu32
. In particular it is 32-bit on 64-bit machines. While limiting, the osom libs won’t be using such big arrays anyway. And it saves us space.
Enums§
- Length
Error - Represents possible
Length
errors.