Expand description
Contains the IndexedTxGraph and associated types. Refer to the
IndexedTxGraph documentation for more.
Structsยง
- Change
Set - Represents changes to an
IndexedTxGraph. - Indexed
TxGraph - A
TxGraph<A>paired with an indexerI, enforcing that every insertion into the graph is simultaneously fed through the indexer.