FortranArray2D.opIndex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Unqual!T opIndex(size_t i, size_t j)
    struct FortranArray2D(T)
    const
    static if(is(T == const) || is(T == immutable))
    Unqual!T
    opIndex
    (
    string file = __FILE__
    int line = __LINE__
    )
    (
    size_t i
    ,
    size_t j
    )
  2. template opIndex(string file = __FILE__, int line = __LINE__)

Meta