Function types versus arrays
Mark Thornton
mthornton at optrak.co.uk
Mon Feb 8 11:38:43 PST 2010
Alex Buckley wrote:
> I am interested in people's thoughts on the limitations of arrays of
> parameterized types. (Reification was not and is not an option, so
> please no ranting about the stupid implications of erasure.) Does anyone
> care about arrays anymore?
>
> Alex
>
I use arrays quite frequently, including of parameterized types and
suffer the warnings. Some of this is in the course of implementing
specialized collections.
However I am not sure that I would have any use for arrays of function
types.
Mark Thornton
More information about the lambda-dev
mailing list