Structs§
- A specialized unique kernel for
PrimitiveArray
for when all values are in a small known range.
Traits§
- A generic unique kernel that selects the generally applicable unique kernel for an
Array
. - Optimized kernel to calculate the unique elements of an array.
- Kernel to calculate the number of unique elements where the elements are already sorted.