Skip to content

expandTree

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

Type Parameters

T

Parameters

f

(x) => Iterable<T>

x

Tree<T>

Returns

Tree<T>