TwoDA.rows - multiple declarations

Function TwoDA.rows

Number of rows in the 2da

ulong rows() nothrow @property const;

Function TwoDA.rows

Resize the 2da table

void rows (
  ulong rowsCount
) nothrow @property;