set.set

Undocumented in source. Be warned that the author may not have intended to support it.
  1. typeof(this) set(P patch)
    template set(FieldOrPatch...)
    @safe return scope
    static if(FieldOrPatch.length == 0)
    typeof(this)
    set
    (
    P
    )
    ()
  2. typeof(this) set(FieldOrPatch[0] patch)
  3. typeof(this) set(typeof(mixin (FieldOrPatch[0])) value)

Meta