tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
CacheMap.opApply
tango
util
container
more
CacheMap
CacheMap
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
Source
See Implementation
tango
util
container
more
CacheMap
CacheMap
constructors
this
functions
add
get
opApply
take
properties
size
static functions
reaper
Iterate from MRU to LRU entries