Module array_tool::vec
[−]
[src]
Array Tool provides many useful methods for vectors
Traits
Intersect |
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 |
Join vector of ToString capable things to a String with given delimiter. |
Shift |
Removes, or Adds, the first element of self. |
Times |
Expand and duplicate the vectors content |
Union |
Create a |
Uniq |
Several different methods for getting, or evaluating, uniqueness. |