extensions
Toggle table of contents
2.0.1
common
Target filter
common
Switch theme
Search in API
Skip to content
extensions
extensions
/
xyz.malefic.extensions.tree
Package-level
declarations
Types
Types
Tree
Node
Link copied to clipboard
data
class
TreeNode
<
T
>
(
val
value
:
T
,
val
children
:
List
<
TreeNode
<
T
>
>
=
emptyList()
)
Represents a node in a tree structure, capable of holding a value and a list of child nodes.