Protected Readonly_Table data.
Stores the value for each row indexed by rank. On stage n this array will contain n! entries.
Provides read access to compressed table data.
Provides easy access to the number of entries in the table.
Provides easy access to the maximum value in the table.
Provides read access to the stage.
Data table that stores a number for each row.
Data tables can be large and are stored separately from the core library. They can be downloaded when required.
Once a table has been built it can be compressed by packing multiple rows into a smaller number of bytes. Tables containing smaller values can be packed more tightly.