array_tool

Module vec

Source
Expand description

Array Tool provides many useful methods for vectors

Traits§

  • Set Intersection — Returns a new array containing elements common to the two arrays, excluding any duplicates. The order is preserved from the original array.
  • Join vector of ToString capable things to a String with given delimiter.
  • Removes, or Adds, the first element of self.
  • Expand and duplicate the vectors content times the integer given
  • Create a union between two vectors. Returns a new vector by joining with other, excluding any duplicates and preserving the order from the original vector.
  • Several different methods for getting, or evaluating, uniqueness.