• Returns 0 if x is smaller or equal the first element of set Returns length of set if x is bigger than the last element of set Otherwise returns the first index where the value of set is equal or bigger than x

    Type Parameters

    • T extends number = number

    Parameters

    Returns number

Generated using TypeDoc