On Tuesday, 6 February 2018 at 04:09:24 UTC, psychoticRabbit
wrote:
> how long you think this takes to compile?
> (try ldc2 too ..just for laughs ;-)
>
> ----
> import std.net.isemail;
>
> void main()
> {
> auto checkEmail = "someone at somewhere.com".isEmail();
> }
> ----
oh.. and for an even bigger laugh... -O -release (ldc2 took ~10
seconds)