TwoDA.opIndex

Get a specific cell value Note: column 0 is the first named column (not the index column)

  1. inout(string) opIndex(size_t column, size_t row)
  2. inout(string) opIndex(string column, size_t row)
    class TwoDA
    ref inout
    inout(string)
    opIndex
    (
    string column
    ,
    size_t row
    )
  3. const(string[]) opIndex(size_t i)

Meta