Field.opIndex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. inout(Field) opIndex(size_t i)
    struct Field(string fieldName, T)
    return inout
    static if(isStaticArray!T)
    inout(Field)
    opIndex
    (
    size_t i
    )
  2. inout(Field) opIndex(Field slice)

Meta