Expand description
Primitive type method registrations.
Each submodule registers methods and trait implementations for one
primitive type into the [BuiltinRegistry].
Modules§
- bool
- Bool primitive type methods and trait implementations.
- char
- Char primitive type methods and trait implementations.
- duration
- Duration primitive type — signed nanoseconds (±292 year range).
- float
- Float primitive type methods and trait implementations.
- instant
- Instant primitive type — monotonic point in time (per-process).
- int
- Int primitive type methods and trait implementations.
- string
- String primitive type methods and trait implementations.