Module
Data.ArrayBuffer.Typed
- Package
- purescript-arraybuffer
- Repository
- jacereda/purescript-arraybuffer
#asInt8Array Source
asInt8Array :: DataView -> Int8ArrayCreate typed int8 array viewing the buffer mapped by the DataView
#asInt16Array Source
asInt16Array :: DataView -> Int16ArrayCreate typed int16 array viewing the buffer mapped by the DataView
#asInt32Array Source
asInt32Array :: DataView -> Int32ArrayCreate typed int32 array viewing the buffer mapped by the DataView
#asUint8Array Source
asUint8Array :: DataView -> Uint8ArrayCreate typed uint8 array viewing the buffer mapped by the DataView
#asUint16Array Source
asUint16Array :: DataView -> Uint16ArrayCreate typed uint16 array viewing the buffer mapped by the DataView
#asUint32Array Source
asUint32Array :: DataView -> Uint32ArrayCreate typed uint32 array viewing the buffer mapped by the DataView
#asUint8ClampedArray Source
asUint8ClampedArray :: DataView -> Uint8ClampedArrayCreate typed uint8 clamped array viewing the buffer mapped by the DataView
#asFloat32Array Source
asFloat32Array :: DataView -> Float32ArrayCreate typed float32 array viewing the buffer mapped by the DataView
#asFloat64Array Source
asFloat64Array :: DataView -> Float64ArrayCreate typed float64 array viewing the buffer mapped by the DataView