//Numeric.RPL_LUSEROP import std.range : only; { immutable luser = parseNumeric!(Numeric.RPL_LUSEROP)(only("someone", "45", "operator(s) online")); assert(luser.numOperators == 45); assert(luser.message == "operator(s) online"); }
See Implementation