chessops
    Preparing search index...

    Function walk

    • Type Parameters

      • T
      • C extends { clone(): C }

      Parameters

      • node: Node<T>
      • ctx: C
      • f: (ctx: C, data: T, childIndex: number) => boolean | void

      Returns void