NothrowHap.opOpAssign

void opOpAssign(string op : "~")(Handler handler) @safe

Attach a nothrow delegate handler with `~=` syntax.

Parameters

handlerDelegate handler to attach; null is ignored.
void opOpAssign(string op : "~")(FunctionHandler handler) @safe

Attach a nothrow free-function handler with `~=` syntax.

Parameters

handlerFree-function handler to attach; null is ignored.