[HN] TypeScript 5.2's New Keyword: 'using'
TypeScript 5.2 introduces 'using', a keyword that disposes anything with a `Symbol.dispose` function upon leaving scope, making resource management easier.
[ comments | sourced from HackerNews ]
Typescript is implementing a using keyword
It's getting kind of difficult to keep up with all of the new language features in TS.