Weak Sets

introduction to weak sets, their usage and comparison with regular sets

We'll cover the following...

Sets and maps hold a reference of their values. This means that the garbage collector won’t be able to collect the values in sets, and key-value pairs in maps to ...