WrapperBuilder.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Wrapper opBinary(void delegate(Wrapper.Generator) @(safe) build)
    struct WrapperBuilder
    @safe
    opBinary
    (
    string op : "~"
    )
    (
    void delegate @safe build
    )
  2. SystemWrapper opBinary(void delegate(Wrapper.Generator) build)

Meta