IRCUser.toString

Formats this IRCUser into a hostmask representing its values. Stores the result in the passed output range sink.

struct IRCUser
const @safe
void
toString
(
Sink
)
(
auto ref Sink sink
)

Parameters

sink Sink

Output range sink to save the hostmask string to.

Meta