TwoDA.get

ditto

  1. auto ref get(size_t colIndex, size_t line)
  2. T get(string colName, size_t line, T defaultValue)
  3. auto ref get(string colName, size_t line)
    class TwoDA
    ref const
    get
    (
    T = string
    )
    (
    in string colName
    ,
    in size_t line
    )

Throws

TwoDAColumnNotFoundException if the column does not exist

Meta