Expand description
Holds the Length primitive.
Structs§
- Length
- Represents length internally used by osom tools. Unlike Rust
usizetype, theLengthtype 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
Lengtherrors.