Companion

object Companion

Functions

Link copied to clipboard
fun <T> createSingleNode(value: T): TreeNode<T>

Creates a single TreeNode with the specified value and no children.