Paradigm.Graph.MapImpl (paradigm v0.1.0)
A map-based implementation of the Graph behaviour for handling in-memory data.
Summary
Types
@type t() :: %{required(Paradigm.id()) => Paradigm.Graph.Node.t()}
A map-based implementation of the Graph behaviour for handling in-memory data.
@type t() :: %{required(Paradigm.id()) => Paradigm.Graph.Node.t()}