Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Graph ¶
type Graph[T VertexElementer] struct { // contains filtered or unexported fields }
type Vertex ¶
type Vertex[T VertexElementer] struct { // contains filtered or unexported fields }
func NewVertex ¶
func NewVertex[T VertexElementer](value T) *Vertex[T]
Click to show internal directories.
Click to hide internal directories.