Hi all!
Is it possible to use the Type.<T> syntax with user defined classes? For example, let's say I want to create a List class, but I want the user to use it like this:
var myList:List.<String> = new List.<String>;
or is this syntax exclusively evailable to the Vector class only?
Thanks!