ConstS

Const arrays of arrays

Members

Variables

a
Const!(char[][]) a;
Undocumented in source.
b
Const!(char[])[2][3] b;
Undocumented in source.
n
Const!(int) n;
Undocumented in source.

Meta