dalicious ~master (2022-03-10T20:55:15.5110933)
Dub
Repo
StaticLRUCache.opApply
dalicious
container
StaticLRUCache
Iterate over the entries in the cache. This does not count as an access.
int
opApply
(int delegate(ref inout(Key), ref inout(Value)) yield)
struct
StaticLRUCache
(Key, Value, size_t cacheSize)
inout
int
opApply
(
scope
int
delegate
(
ref
inout
(
Key
)
,
ref
inout
(
Value
)
)
yield
)
int
opApply
(int delegate(ref inout(Value)) yield)
Meta
Source
See Implementation
dalicious
container
StaticLRUCache
aliases
opIndex
functions
byKey
byKeyValue
byValue
find
get
has
opApply
opIndexAssign
set
properties
length
templates
opBinaryRight
Iterate over the entries in the cache. This does not count as an access.