LRU.get

Undocumented in source. Be warned that the author may not have intended to support it.
class LRU(K, V)
nothrow
static if(does_not_have_immutable_members)
bool
get
(
scope const(K) key
,
ref V value
)

Meta