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

class BinaryValue (a :: ArrayViewType) (t :: Type) | a -> t

Maps a TypedArray’s binary casted value to its computable representation in JavaScript.

Instances