LRU.EvictCallback

Undocumented in source.
class LRU(K, V)
alias EvictCallback = void delegate(scope const(K), Element*) @(safe) nothrow

Meta