Module

Data.Vector.Vector8

Package
purescript-liminal
Repository
jstoxrocky/purescript-liminal

#Vector8 Source

data Vector8 a

Constructors

Instances

#vector8ToNonEmptyArray Source

#vector8ToArray Source

vector8ToArray :: forall a. Vector8 a -> Array a

#vector8Head Source

vector8Head :: forall a. Vector8 a -> a

#replaceInVector8 Source

replaceInVector8 :: forall a. Vector8 a -> (a -> Boolean) -> a -> Vector8 a