Data.Vector.Fixed.Unboxed

Immutable

data family Vec n a

type Vec1

type Vec2

type Vec3

type Vec4

type Vec5

Mutable

data family MVec n s a

Type classes

class Unbox n a