Searched defs:Keyed (Results 1 – 2 of 2) sorted by relevance
97 struct Keyed struct in sw::LRUCache99 Key key = {};
363 export function Keyed<K, V>(collection: Iterable<[K, V]>): Collection.Keyed<K, V>; function365 export interface Keyed<K, V> extends Collection<K, V> { interface