Wednesday, April 5, 2017

Map, WeakMap, Set and WeakSet are examples of TypeScript collections beyond just the common Array.

This has some details on the four. Map and WeakMap are vaguely like a dictionary in C# and Set and WeakSet are more like the JavaScript arrays. I don't really know what sets Set and WeakSet apart from arrays just yet.

No comments:

Post a Comment