LRU.peek

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool peek(const(K) key, V value)
  2. V peek(const(K) key)
    class LRU(K, V)
    V
    peek
    (
    const(K) key
    )

Meta