rows

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t rows(R r)
    @property
    size_t
    rows
    (
    R
    )
    (
    auto ref R r
    )
    if (
    is(typeof(r[0][0]))
    &&
    hasLength!R
    &&
    hasLength!(typeof(r[0]))
    )
  2. size_t rows(R r)

Meta