Vectors #
Vector α n is a thin wrapper around Array α for arrays of fixed size n.
@[inline]
Returns true when all elements of the vector are pairwise distinct using == for comparison.
Equations
- as.allDiff = as.toArray.allDiff
Vector α n is a thin wrapper around Array α for arrays of fixed size n.
Returns true when all elements of the vector are pairwise distinct using == for comparison.