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
x
set
Generated using TypeDoc
Returns 0 if
x
is smaller or equal the first element ofset
Returns length ofset
ifx
is bigger than the last element ofset
Otherwise returns the first index where the value ofset
is equal or bigger thanx