Output.opAssign

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

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

Meta