[Pas2js] generic functions and GetTypeKind

Mattias Gaertner nc-gaertnma at netcologne.de
Thu Aug 27 13:09:31 CEST 2020


Hi,

pas2js trunk now supports built-in function

function GetTypeKind(Type or Variable): TTypeKind

and inline specializations with template in parameter types of generic
functions:

procedure Run<T>(List: TList<T>);


Mattias


More information about the Pas2js mailing list