at

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto ref at(R r, size_t i, size_t j)
    ref
    at
    (
    R
    )
    (
    auto ref R r
    ,
    size_t i
    ,
    size_t j
    )
    if (
    is(typeof(r[i][j]))
    )
  2. auto ref at(R r, size_t i, size_t j)
  3. auto ref at(M m, size_t i)

Meta