how long you think this takes to compile? (try ldc2 too ..just for laughs ;-)---- import std.net.isemail; void main() { auto checkEmail = "[email protected]".isEmail(); } ----
oh.. and for an even bigger laugh... -O -release (ldc2 took ~10 seconds)
psychoticRabbit via Digitalmars-d Mon, 05 Feb 2018 20:16:12 -0800
how long you think this takes to compile? (try ldc2 too ..just for laughs ;-)---- import std.net.isemail; void main() { auto checkEmail = "[email protected]".isEmail(); } ----
oh.. and for an even bigger laugh... -O -release (ldc2 took ~10 seconds)