Typescript is implementing a using keyword
TypeScript 5.2 introduces 'using', a keyword that disposes anything with a `Symbol.dispose` function upon leaving scope, making resource management easier.
TypeScript 5.2's New Keyword: 'using'
That seems quite useful
Does using function as a const? Meaning: when a using variable is declared, is it immutable?
This comment sounds like you’re having a stroke if we didn’t know the context.