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)
    class LRU(K, V)
    @nogc pure nothrow
    static if(does_not_have_immutable_members)
    bool
    peek
    (
    const(K) key
    ,
    ref V value
    )
  2. V peek(const(K) key)

Meta