distinct()
Generates a discontiguous slice that contains unique elements.
Declaration
func distinct() -> DiscontiguousColumnSlice<WrappedElement>Return Value
A discontiguous column slice.
Discussion
The method only adds the first of multiple elements with the same value — the element with the smallest index — to the slice.