On 2/13/12 5:17 PM, Daniel Murphy wrote:
"Andrej Mitrovic"<[email protected]>  wrote in message
news:[email protected]...
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.

I know it currently isn't, but shouldn't this be inferred as per TDPL anyway?

David

Reply via email to