Next: , Previous: , Up: Libraries   [Index]


13.4 The Index Library

The index library describes one ‘index’ associative array type. ‘index’ objects are heterogenous collections, mapping data of any type on integer keys.

Stored data is accessed by a mix of methods, some type specific (‘i_q_integer’ retrieves a stored integer), some type generic (‘i_query’ retrieves data of any type).