"David Nadlinger" <[email protected]> wrote in message news:[email protected]... >> >> 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
Yes, it's just a way to force it.
