Function bisector

  • Type Parameters

    • T

    • U

    Parameters

    • comparator: ((a, b) => number)
        • (a, b): number
        • Parameters

          • a: T
          • b: U

          Returns number

    Returns Bisector<T, U>

  • Type Parameters

    • T

    • U

    Parameters

    • accessor: ((x) => U)
        • (x): U
        • Parameters

          • x: T

          Returns U

    Returns Bisector<T, U>