MapSet.addToCache

Because MapSet operations benefit greatly from memoization, maintaining a set of interned sets benefits performance. After calling clearCache, call this method to re-register extant live instances to the instance cache.

struct MapSet(DimName, DimValue, DimValue nullValue = DimValue.init)
const
void
addToCache
()

Meta