BinomialCoefficientTable.table

Undocumented in source.
struct BinomialCoefficientTable(T, T maxN, T maxK)
T[maxK + 1][maxN + 1] table;

Meta