Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DEdge ¶
type DEdge[T comparable] struct { From T To T }
type Directed ¶
type Directed[T comparable] struct { Nodes utils.Set[T] Edges []DEdge[T] }
func NewDirected ¶
func NewDirected[T comparable]() Directed[T]
func (*Directed[T]) LookupBackward ¶
Click to show internal directories.
Click to hide internal directories.