Anthony Walter schrieb:
> When I google search for "FPC generics" tohe top result links here:
> 
> http://wiki.freepascal.org/Generics
> 
> Two cases:
> 
> 1) type generic TList<T> = class // ... as is now, the word generic is
> redundant
> 
> 2) type TList<T> = class // ... better and in line with Delphi
> 
> It seems both were on the suggested list. How did version case 1 win
> out? 

I told you this already months before. type generic is a compromise
because there was even the idea to make generic an own section like

var
  ...
type
  ...
generics
  ...

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to