import core.time : hours; assert(IRCTags(string[string].init).secondDurationTag!("test").isNull); assert(IRCTags(["test": "a"]).secondDurationTag!("test").isNull); assert(IRCTags(["test": "3600"]).secondDurationTag!("test") == 1.hours);
See Implementation