Am Sun, 04 Oct 2015 00:08:39 +0200
schrieb Artur Skawina via Digitalmars-d
<digitalmars-d@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

Reply via email to