Idioms you use

Marco Leise via Digitalmars-d digitalmars-d at puremagic.com
Mon Oct 5 08:53:21 PDT 2015


Am Sun, 04 Oct 2015 00:08:39 +0200
schrieb Artur Skawina via Digitalmars-d
<digitalmars-d at puremagic.com>:

>    static ctfe = ctfeArr!( iota(256).map!isDigit() );
> 
>    immutable typeof(R.front)[R.array().length] ctfeArr(alias R) = R.array();

I like that. Also that 1) In D everything is possible. And 2)
If not, there is a workaround, goto 1).

-- 
Marco



More information about the Digitalmars-d mailing list