Legend
| Constructor: ArithmeticSymbolArrayContext( |
int | length | How many symbols to keep track of. Valid symbols are in the range of 0 .. length. All symbols outside of this range have a frequency of 0. |
Func<int, uint> | initializer | A function which returns the initial value for each symbol's frequency. Optional; if omitted, every symbol starts with a frequency of 1. |