"Andrej Mitrovic" <andrej.mitrov...@gmail.com> wrote in message 
news:mailman.283.1329140648.20196.digitalmar...@puremagic.com...
> The only problem is I can't seem to make it static:
> static u = (int a, int b) => cast(ubyte)uniform(a, b);

auto u = function (int a, int b) => cast(ubyte)uniform(a, b);

Should do it. 


Reply via email to