StaticHap.opOpAssign
void opOpAssign(string op : "~")(Handler handler) @safe nothrow @nogcAttach a @nogc nothrow delegate handler with `~=` syntax.
The operator form ignores the boolean result returned by attach.
Parameters
handler | Delegate handler to attach; null is ignored. |
void opOpAssign(string op : "~")(FunctionHandler handler) @safe nothrow @nogcAttach a @nogc nothrow free-function handler with `~=` syntax.
The operator form ignores the boolean result returned by attach.
Parameters
handler | Free-function handler to attach; null is ignored. |