//Numeric.RPL_LUSERME import std.range : only; { immutable luser = parseNumeric!(Numeric.RPL_LUSERME)(only("someone", "I have 47 clients and 48 servers")); assert(luser.message == "I have 47 clients and 48 servers"); }
See Implementation