unique abstract method

Vector unique({
  1. bool skipCaching = false,
})

Returns a new vector composed of the vector's unique elements

Implementation

Vector unique({bool skipCaching = false});