Op Wed, 20 Dec 2006, schreef Vincent Snijders:
> Will fpc support generic record declarations like this:
>
> type
> generic TFixedKeyNode<KeySize> = record
> key: array[0..KeySize-1] of char;
> value: dword;
> end;
>
> In other word the type is not parameterized by another type but by an integer
> used to define the upper limit of an array.
Basically, isn't this similar to a schema type like you have in Extended Pascal?
Daniël
_______________________________________________
fpc-devel maillist - fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel