LRU.update

Undocumented in source. Be warned that the author may not have intended to support it.
class LRU(K, V)
bool
update
(
const(K) key
,
ref V value
,
bool upsert = false
)

Meta