Reflect::Data
Constructors
- DInt(Int int)
- DFloat(Float float)
- DString(String string)
- DArray([Reflect::Data] array)
- DUnion(Int tag,[Reflect::Data] fields)
- DClosure(Int fnid,[Reflect::Data] args)
Usage
A Data value, reflected as a kaya data structure.
Any cycles or shared values in the structure will also be shared in the
reflected structure. Note that the fnid in the DClosure
constructor may change if the program is recompiled, but is guaranteed to
be the same if the binary is unchanged.