Data.Vector.Fixed.Mutable

Mutable vectors

type Arity n

arity

type family Mutable (v :: * -> *) :: * -> * -> *

type family DimM (v :: * -> * -> *) :: Nat

class MVector v a

lengthM

read

write

clone

Immutable vectors

class IVector v a

index

freeze

thaw

Vector API

constructVec

inspectVec