Next: The Double Ended Queue Library, Previous: The Index Library, Up: Libraries [Index]
The record library describes one ‘record’ associative array type. ‘record’ objects are heterogenous collections, mapping data of any type on string keys.
Stored data is accessed by a mix of methods, some type specific (‘r_q_integer’ retrieves a stored integer), some type generic (‘r_query’ retrieves data of any type).