SharedHap.opOpAssign
void opOpAssign(string op : "~")(Handler handler) @safeAttach a delegate handler with `~=` syntax.
Parameters
handler | Delegate handler to attach; null is ignored. |
void opOpAssign(string op : "~")(FunctionHandler handler) @safeAttach a free-function handler with `~=` syntax.
Parameters
handler | Free-function handler to attach; null is ignored. |