pub type IdMap = IdMap<Commit<Metadata>>;
A map associating an object id with its commit-metadata.
struct IdMap { /* private fields */ }