[nem-en] Array1 .. Array10, FunctionFromTuple[...]
Michal Moskal
michal.moskal at gmail.com
Mon Feb 12 14:41:28 CET 2007
On 2/12/07, Vladimir Reshetnikov <v.reshetnikov at gmail.com> wrote:
> What is the meaning of types: Nemerle.Builtins.Array1[T] ... Array10[T] and
> Nemerle.Builtins.FunctionFromTuple[...]. It is not obvious for me.
The FunctionFromTuple is used when a function type like T->void is
instantiated with T=int*string. This is the place where we need to
generate two argument function, from a single argument one.
The ArrayN types are helpers used for accessing IEnumerable/IList/etc
members on arrays. They should not really be used in the generated
code.
--
Michał
More information about the devel-en
mailing list