Dmitry Olshansky Wrote:
> Maybe:
> -------------------------<<<<<<<<<<
> List!T makeFromArray(T)(immutable T[] array) pure {
> --
> Dmitry Olshansky
Thank you this lets it compile. I think I had that somewhere, but forgot about it. As Steve mentions, it probably should also work for const arguments too.