TypeScript 5.6 makes it really easy to work with iterators or generators by adding some long needed functions like filter, map and more.
This way it's much easier also to work with Maps and other constructs which use iterators under the hood. Let's dive into that feature.