Structs§
- Boolean
Unique Kernel State - Dictionary
Ranged Unique State - A specialized unique kernel for
DictionaryArrayfor when all values are in a small known range. - Primitive
Ranged Unique State - A specialized unique kernel for
PrimitiveArrayfor when all values are in a small known range.
Traits§
- Generic
Unique Kernel - A generic unique kernel that selects the generally applicable unique kernel for an
Array. - Ranged
Unique Kernel - Optimized kernel to calculate the unique elements of an array.
- Sorted
Unique Kernel - Kernel to calculate the number of unique elements where the elements are already sorted.