TypeScript Instantiation Expressions

With this PR we implement Instantiation Expressions which provide the ability to specify type arguments for generic functions or generic constructors without actually calling them. For example:
fun… Read more

Similar