Trees

object Trees

Functions

Link copied to clipboard
fun <F : Flat, L : Leaf<L>> Iterable<F>.toTree(root: L, toLeaf: (F) -> L): L