IndexedRelation

A bag of records with efficient lookup on multiple independent keys.

class IndexedRelation (
Record
Indices...
) {}

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