ndata 0.2.25

A self-owned data structure with an internal heap and garbage collection.
Documentation
1
2
3
4
5
# NData
A self-owned data structure supporting objects, arrays, strings, integers, floats, 
booleans, byte buffers, and null. DataObject, DataArray, and DataBytes instances 
maintain reference counts. Garbage collection is performed manually by calling the 
type's gc() function.