Number types
| Kind | Name | Description |
|---|---|---|
| Trait | Int | Integers. |
| Trait | SaturatingCast | Objects that can be cast to another object in a saturating way. |
| Trait | SignedInt | Signed integers. |
| Trait | UnsignedInt | Unsigned integers. |
| Struct | W16 | |
| Struct | W32 | |
| Struct | W64 | |
| Struct | W8 | |
| Struct | Wsize |