Struct mentat_db::debug::Datoms
[−]
[src]
pub struct Datoms(pub Vec<Datom>);
Represents a set of datoms (assertions) in the store.
To make comparision easier, we deterministically order. The ordering is the ascending tuple
ordering determined by (e, a, (value_type_tag, v), tx)
, where value_type_tag
is an internal
value that is not exposed but is deterministic.