jsaddle
Safe HaskellNone
LanguageHaskell2010

JavaScript.TypedArray.DataView.Internal

Documentation

newtype SomeDataView (a :: MutabilityType s) Source #

Constructors

SomeDataView JSVal 

type STDataView (s1 :: s) = SomeDataView ('STMutable s1) Source #