Package-level declarations

Types

Link copied to clipboard
abstract class NodeContext<T>
Link copied to clipboard
annotation class NodeContextMarker
Link copied to clipboard
typealias NodeList<T> = List<TreeNode<T>>
Link copied to clipboard
annotation class RootDslMarker
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
annotation class TreeDslMarker
Link copied to clipboard

Functions

Link copied to clipboard
fun <T> tree(init: TreeBuilderContext<T>.() -> Unit): Tree<T>