grauzone:
> int[TypeInfo[]] typemap;

This too may work, and avoids one indirection layer, but it leads to some 
troubles later:
> int[TypeInfo[2]] typemap;

Bye,
bearophile

Reply via email to