TwoDA.opIndex - multiple declarations
Function TwoDA.opIndex
Get a specific cell value
ref inout inout(string) opIndex
(
ulong column,
ulong row
) nothrow;
ref inout inout(string) opIndex
(
string column,
ulong row
);
Note
column 0 is the first named column (not the index column)
Function TwoDA.opIndex
const(string[]) opIndex
(
ulong i
) const;