Expand description
The Value contract: the universal runtime handle for every object.
The kernel defines the value type and the RuntimeObject marker that
every object satisfies; concrete object kinds are supplied by the libraries.
Structs§
- Value
- The universal runtime handle for every object.
Traits§
- Runtime
Object - Marker trait every concrete runtime object satisfies.