LRUT.peek

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool peek(K key, V value)
    class LRUT(K, V)
    nothrow
    static if(does_not_have_immutable_members)
    bool
    peek
    (
    K key
    ,
    ref V value
    )
  2. V peek(K key)

Meta