set.set

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

Meta