package
0.1.10
Repository: https://github.com/netw-device-driver/ndd-core.git
Documentation: pkg.go.dev

# Functions

FindIndex searches for the index of a specific node.
NewMapDag creates a new MapDag.

# Structs

MapDag is a directed acyclic graph implementation that uses a map for its underlying data structure.

# Interfaces

DAG is a Directed Acyclic Graph.
Node is a node in DAG.

# Type aliases

NewDAGFn is a function that returns a DAG.
NodeFn performs executes a function on each node.