Module

Data.ArrayBuffer.ValueMapping

Package
purescript-arraybuffer
Repository
purescript-contrib/purescript-arraybuffer

This module represents type-level mappings between ArrayViewTypes and meaningful data.

#BytesPerType Source

#BinaryValue Source

#ShowArrayViewType Source

class ShowArrayViewType :: ArrayViewType -> Symbol -> Constraintclass ShowArrayViewType (a :: ArrayViewType) (name :: Symbol) | a -> name

Type-level map of TypedArray to its element type name.

Instances