ixfx
    Preparing search index...
    • Searches children, returning the node that has the given value.

      Type Parameters

      • T

      Parameters

      • value: T

        Value

      • node: LabelledNode<T>

        Node to start search from

      • maxDepth: number = Number.MAX_SAFE_INTEGER

        Maximum depth, defaults to full recursion

      • eq: IsEqual<T> = isEqualValueDefault

        Equality function

      Returns LabelledNode<T> | undefined

      Child, or undefined if not found