CacheMap.opApply

Iterate from MRU to LRU entries

class CacheMap(K, V, alias Hash = Container.hash, alias Reap = Container.reap, alias Heap = Container.Collect)
final
int
opApply
(
scope int delegate
(
ref K key
,
ref V value
)
dg
)

Meta