Module

Data.ArrayBuffer.Class.Types

Package
purescript-arraybuffer-class
Repository
athanclark/purescript-arraybuffer-class

Newtypes for the various bit-level numeric types.

#Uint32BE Source

newtype Uint32BE

Constructors

Instances

#Uint16BE Source

newtype Uint16BE

Constructors

Instances

#Uint32LE Source

newtype Uint32LE

Constructors

Instances

#Uint16LE Source

newtype Uint16LE

Constructors

Instances

#Uint8 Source

newtype Uint8

Constructors

Instances

#Int32BE Source

newtype Int32BE

Constructors

Instances

#Int16BE Source

newtype Int16BE

Constructors

Instances

#Int32LE Source

newtype Int32LE

Constructors

Instances

#Int16LE Source

newtype Int16LE

Constructors

Instances

#Int8 Source

newtype Int8

Constructors

Instances

#Float32BE Source

#Float32LE Source

#Float64BE Source

newtype Float64BE

Constructors

Instances

#Float64LE Source

newtype Float64LE

Constructors

Instances