dalicious ~master (2022-03-10T20:55:15.5110933)
Dub
Repo
StaticLRUCache.has
dalicious
container
StaticLRUCache
Returns true if key is in the cache.
struct
StaticLRUCache
(Key, Value, size_t cacheSize)
const pure nothrow @
safe
@
nogc
bool
has
(
const
Key
key
)
Meta
Source
See Implementation
dalicious
container
StaticLRUCache
aliases
opIndex
functions
byKey
byKeyValue
byValue
find
get
has
opApply
opIndexAssign
set
properties
length
templates
opBinaryRight
Returns true if key is in the cache.