jsaddle
Safe HaskellNone
LanguageHaskell2010

JavaScript.Array

Description

Interface to JavaScript array

Synopsis

Documentation

newtype SomeJSArray (m :: MutabilityType s) Source #

Constructors

SomeJSArray JSVal 

Instances

Instances details
IsJSVal (SomeJSArray m) Source # 
Instance details

Defined in Language.Javascript.JSaddle.Types

read :: forall (m :: MutabilityType Type). Int -> SomeJSArray m -> JSM JSVal Source #

slice :: forall (m1 :: MutabilityType Type). Int -> Int -> JSArray -> GHCJSPure (SomeJSArray m1) Source #

sliceIO :: forall (m1 :: MutabilityType Type). Int -> Int -> JSArray -> JSM (SomeJSArray m1) Source #