Function Output.opAssign

Mute/unmute output. If false, serverino will not send any data to user.

void opAssign (
  in const(bool) v
);
output = false; // Mute the output.
output ~= "Hello world"; // Serverino will not send this to user.