True if this object is equal to the one provided.
True if this object is greater than the one provided.
True if this object is greater than or equal to the one provided.
True if this object is less than the one provided.
True if this object is less than or equal to the one provided.
Generated using TypeDoc
Returns the last index of the array. This is useful because before this, the algorithm code often contained many occurences of
length - 1
. This is used to cut down redundancy.