Field.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Field opAssign(Input[n] input)
    struct Field(string fieldName, T)
    return
    static if(isStaticArray!T)
    opAssign
    (
    Input
    size_t n
    )
    (
    Input[n] input
    )
  2. Field opAssign(Input input)

Meta