Global Methods

Global has functions.

swap
  swap(x, y)
  

Same semantics as x.swap(y).

operator==
  operator == (x, y)
  

Returns true if x and y contain the same elements in the same order. To accomplish this they most likely must have the same number of buckets as well.

operator!=
  operator != (x, y)
  

Returns !(x == y)