LRU.Entry
class LRU(K, V)
@safe @nogc
struct Entry {
}
- this
this(K key, V value)
Undocumented in source.
- key
K key;
Undocumented in source.
- value
V value;
Undocumented in source.
tagion utils LRU LRU
aliasesconstructorsfunctionsmanifest constantsstructsvariables