alias Novika::BlockIdMap
Overview
Maps block unique identifiers (currently, object ids are used as such) to blocks they identify.
Used instead of Sets for forcing identity-based lookup rather than hash-based lookup.
Alias Definition
Hash(UInt64, Novika::Block)