GraphNodes

data class GraphNodes<T>(val nodes: Iterable<GraphNode<T>>)

GraphNodes is a graph effectively and is rendered with lib-ext as well as GraphNode

Constructors

Link copied to clipboard
constructor(nodes: Iterable<GraphNode<T>>)

Properties

Link copied to clipboard