Reflect.Data(3kaya)
NAME
Reflect::Data - Data value, reflected as a kaya data structure.
SYNOPSIS
Reflect::Data< > = 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)
DESCRIPTION
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.
AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others
(kaya@kayalang.org). For further information see http://kayalang.org/
LICENSE
- The Kaya standard library is free software; you can redistribute it
and/or modify it under the terms of the GNU Lesser General Public
License (version 2.1 or any later version) as published by the Free
Software Foundation.