Safe Haskell | None |
---|
Unboxed vectors with fixed length. Vectors from Data.Vector.Fixed.Unboxed provide more flexibility at no performeance cost.
Immutable
Unboxed vector with fixed length
Typeable2 Vec | |
(Arity n, Prim a) => VectorN Vec n a | |
(Arity n, Prim a) => Vector (Vec n) a | |
(Arity n, Prim a) => IVector (Vec n) a | |
(Arity n, Prim a, Eq a) => Eq (Vec n a) | |
(Typeable n, Arity n, Prim a, Data a) => Data (Vec n a) | |
(Arity n, Prim a, Ord a) => Ord (Vec n a) | |
(Arity n, Prim a, Show a) => Show (Vec n a) | |
(Arity n, Prim a, Monoid a) => Monoid (Vec n a) |
Mutable
Mutable unboxed vector with fixed length