Module yksom::vm::val [−][src]
Tagged pointer support.
Structs
| Val | The core struct representing values in the language runtime: boxed and unboxed values are hidden behind this, such that they can be treated in exactly the same way. |
Enums
| ValKind |
Constants
| BITSIZE | |
| INT_BITMASK | |
| TAG_BITMASK | |
| TAG_BITSIZE |
Traits
| NotUnboxable | Objects which |