SheetXL - v0.3.20
    Preparing search index...
    • Simple binary search that returns the offset of item that is >= the value 'x' passed in.

      Type Parameters

      • T = any

      Parameters

      • arr: readonly T[]
      • x: number
      • f: (v: T) => number = DefaultValueGetter

      Returns number