Skip to content

unfoldTree

unfoldTree<T>(f, x): Tree<T>

Type Parameters

T

Parameters

f

(x) => Iterable<T>

x

T

Returns

Tree<T>