On Sunday, 26 January 2014 at 13:33:58 UTC, matovitch wrote:
> Now DMD compiler segfaulted. Here is my code if you are
> interested...
>
> struct Bernstein(alias K, int S)
> if (isBernstein!(K))
> {
> immutable typeof(K) kernel = K;
> immutable int shift = S;
> }
>
s/immutable/enum/
?