effect-tree
    Preparing search index...

    Function nodeCountAtLeast

    • True if node count is at least the given number. Will short-circuit when condition is reached rather than traverse entire tree.

      Parameters

      • atLeast: number

      Returns <A>(self: Tree<A>) => boolean