Data.Vector.Fixed.Unboxed

Immutable

data family Vec (n :: Nat) a

type Vec1

type Vec2

type Vec3

type Vec4

type Vec5

Mutable

data family MVec (n :: Nat) s a

Type classes

class Unbox n a