PersistentGraph
Graph implemented using persistent collections.
Should be somewhat efficient if making extensive use of time-travel debugging, otherwise MutableGraph should be a better option.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Get the list of all child nodes of a node in the graph.
Link copied to clipboard
Get the current list of the child map in the graph.
Link copied to clipboard
Get the current map of nodes in the graph.
Link copied to clipboard
Get the list of current nodes in the graph.
Link copied to clipboard
Link copied to clipboard
Reset the state of the child map to match that of the passed map.