ndata 0.1.0

A self-owned data structure with an internal heap and garbage collection.
Documentation

NData

A self-owned data structure supporting objects, arrays, strings, integers, floats, booleans, and null. DataObject and DataArray instances maintain reference counts. Garbage collection is performed manually by calling the type's gc() function.