Module flat_value

Module flat_value 

Source

Structs§

FlatUpValue
Corresponds to a UpValue - but with a serializable id instead of a reference.

Enums§

FlatValue
A value packed with pointers replaced with FlatValueID, which point into an accompanying vector.

Type Aliases§

FlatValueID
The serialized version of a pointer.
FlatValuePack
One Value packed up and ready to be serialized.