xp-framework / core

The XP Framework is an all-purpose, object oriented PHP framework.
Other
19 stars 6 forks source link

Make autoloading generic types possible #323

Closed thekid closed 7 months ago

thekid commented 1 year ago

$a= new ListOf«string»(...) will autoload the ListOf class and create a new generic type using the string primitive as type argument.