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)
  2. auto ref at(R r, size_t i, size_t j)
  3. auto ref at(M m, size_t i)
    ref
    at
    (
    M
    )
    (
    auto ref M m
    ,
    size_t i
    )
    if (
    isMatrix!M &&
    is(typeof(m.length))
    )

Meta