Field.opIndex

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

Meta