|
swift
|
A data memoization pattern useful for compressing JSON representations of containers. More...
Public Member Functions | |
| int | getIndex (const T &value) |
| Return the index of a value, inserting it if it is not already in the table. | |
| const CSequence< T > & | getTable () const |
| Return the values in the table as a flat list. | |
A data memoization pattern useful for compressing JSON representations of containers.
Definition at line 18 of file memotable.h.