Closed thekid closed 7 months ago
$a= new ListOf«string»(...) will autoload the ListOf class and create a new generic type using the string primitive as type argument.
$a= new ListOf«string»(...)
$a= new ListOf«string»(...)
will autoload the ListOf class and create a new generic type using the string primitive as type argument.