indexed-relation ~master (2018-02-23T20:46:37Z)
Dub
Repo
IndexedRelation
indexedRelation
A bag of records with efficient lookup on multiple independent keys.
class
IndexedRelation (
Record
Indices
...
) {
this
();
void
insert
(Record record);
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
insert
void
insert
(Record record)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
indexedRelation
classes
HashTableIndex
IndexedRelation
UniqueHashTableIndex
A bag of records with efficient lookup on multiple independent keys.