Function types versus arrays
Howard Lovatt
howard.lovatt at gmail.com
Thu Feb 18 01:52:02 PST 2010
Hi,
> Ignorant question from a lurker ...
>
> Would it be possible to reify just those function types that don't
> have generics in their type signature? If this were the case, would
> that allow arrays of functions so long as the functions do not have
> generics in their signature? I would consider that consistent with the
> existing restriction against arrays of generics.
This is what http://www.artima.com/weblogs/viewpost.jsp?thread=278567 suggests.
-- Howard.
More information about the lambda-dev
mailing list