StackMap.this

Construct a cache with the specified maximum number of entries. Additions to the cache beyond this number will throw an exception

class StackMap(K, V, alias Hash = Container.hash, alias Reap = Container.reap, alias Heap = Container.Collect)
this

Meta