Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > b4603fcd3afb71dfbec25f4867b993f4 > files > 309

js_of_ocaml-doc-2.4.1-2.mga5.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Sys_js.html">
<link rel="next" href="Url.html">
<link rel="Up" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of class types" rel=Appendix href="index_class_types.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="CSS" rel="Chapter" href="CSS.html">
<link title="Dom" rel="Chapter" href="Dom.html">
<link title="Dom_events" rel="Chapter" href="Dom_events.html">
<link title="Dom_html" rel="Chapter" href="Dom_html.html">
<link title="Dom_svg" rel="Chapter" href="Dom_svg.html">
<link title="EventSource" rel="Chapter" href="EventSource.html">
<link title="File" rel="Chapter" href="File.html">
<link title="Firebug" rel="Chapter" href="Firebug.html">
<link title="Form" rel="Chapter" href="Form.html">
<link title="Js" rel="Chapter" href="Js.html">
<link title="Json" rel="Chapter" href="Json.html">
<link title="Jsonp" rel="Chapter" href="Jsonp.html">
<link title="Keycode" rel="Chapter" href="Keycode.html">
<link title="Lwt_js" rel="Chapter" href="Lwt_js.html">
<link title="Lwt_js_events" rel="Chapter" href="Lwt_js_events.html">
<link title="Regexp" rel="Chapter" href="Regexp.html">
<link title="Sys_js" rel="Chapter" href="Sys_js.html">
<link title="Typed_array" rel="Chapter" href="Typed_array.html">
<link title="Url" rel="Chapter" href="Url.html">
<link title="WebGL" rel="Chapter" href="WebGL.html">
<link title="WebSockets" rel="Chapter" href="WebSockets.html">
<link title="XmlHttpRequest" rel="Chapter" href="XmlHttpRequest.html">
<link title="Lwt_log_js" rel="Chapter" href="Lwt_log_js.html">
<link title="JsooTop" rel="Chapter" href="JsooTop.html">
<link title="Ocamlbuild_js_of_ocaml" rel="Chapter" href="Ocamlbuild_js_of_ocaml.html">
<link title="Deriving_Json" rel="Chapter" href="Deriving_Json.html">
<link title="Deriving_Json_lexer" rel="Chapter" href="Deriving_Json_lexer.html">
<link title="Pa_deriving_Json" rel="Chapter" href="Pa_deriving_Json.html"><title>Typed_array</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Sys_js.html" title="Sys_js">Previous</a>
&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;<a class="post" href="Url.html" title="Url">Next</a>
</div>
<h1>Module <a href="type_Typed_array.html">Typed_array</a></h1>

<pre><span class="keyword">module</span> Typed_array: <code class="code">sig</code> <a href="Typed_array.html">..</a> <code class="code">end</code></pre><div class="info module top">
Typed Array binding<br>
</div>
<hr width="100%">

<pre><span id="TYPEarrayBuffer"><span class="keyword">class type</span> <a href="Typed_array.arrayBuffer-c.html">arrayBuffer</a></span> = <code class="code">object</code> <a href="Typed_array.arrayBuffer-c.html">..</a> <code class="code">end</code></pre>
<pre><span id="VALarrayBuffer"><span class="keyword">val</span> arrayBuffer</span> : <code class="type">(int -> <a href="Typed_array.arrayBuffer-c.html">arrayBuffer</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="TYPEarrayBufferView"><span class="keyword">class type</span> <a href="Typed_array.arrayBufferView-c.html">arrayBufferView</a></span> = <code class="code">object</code> <a href="Typed_array.arrayBufferView-c.html">..</a> <code class="code">end</code></pre>
<pre><span id="TYPEtypedArray"><span class="keyword">class type</span> <code class="type">[['a, 'b]]</code> <a href="Typed_array.typedArray-c.html">typedArray</a></span> = <code class="code">object</code> <a href="Typed_array.typedArray-c.html">..</a> <code class="code">end</code></pre>
<pre><span id="TYPEint8Array"><span class="keyword">type</span> <code class="type"></code>int8Array</span> = <code class="type">(int, [ `Int8 ]) <a href="Typed_array.typedArray-c.html">typedArray</a></code> </pre>


<pre><span id="TYPEuint8Array"><span class="keyword">type</span> <code class="type"></code>uint8Array</span> = <code class="type">(int, [ `Uint8 ]) <a href="Typed_array.typedArray-c.html">typedArray</a></code> </pre>


<pre><span id="TYPEint16Array"><span class="keyword">type</span> <code class="type"></code>int16Array</span> = <code class="type">(int, [ `Int16 ]) <a href="Typed_array.typedArray-c.html">typedArray</a></code> </pre>


<pre><span id="TYPEuint16Array"><span class="keyword">type</span> <code class="type"></code>uint16Array</span> = <code class="type">(int, [ `Uint16 ]) <a href="Typed_array.typedArray-c.html">typedArray</a></code> </pre>


<pre><span id="TYPEint32Array"><span class="keyword">type</span> <code class="type"></code>int32Array</span> = <code class="type">(int, [ `Int32 ]) <a href="Typed_array.typedArray-c.html">typedArray</a></code> </pre>


<pre><span id="TYPEuint32Array"><span class="keyword">type</span> <code class="type"></code>uint32Array</span> = <code class="type">(float, [ `Uint32 ]) <a href="Typed_array.typedArray-c.html">typedArray</a></code> </pre>


<pre><span id="TYPEfloat32Array"><span class="keyword">type</span> <code class="type"></code>float32Array</span> = <code class="type">(float, [ `Float32 ]) <a href="Typed_array.typedArray-c.html">typedArray</a></code> </pre>


<pre><span id="TYPEfloat64Array"><span class="keyword">type</span> <code class="type"></code>float64Array</span> = <code class="type">(float, [ `Float64 ]) <a href="Typed_array.typedArray-c.html">typedArray</a></code> </pre>


<pre><span id="VALint8Array"><span class="keyword">val</span> int8Array</span> : <code class="type">(int -> <a href="Typed_array.html#TYPEint8Array">int8Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALint8Array_fromArray"><span class="keyword">val</span> int8Array_fromArray</span> : <code class="type">(int <a href="Js.js_array-c.html">Js.js_array</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Typed_array.html#TYPEint8Array">int8Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALint8Array_fromTypedArray"><span class="keyword">val</span> int8Array_fromTypedArray</span> : <code class="type">(<a href="Typed_array.html#TYPEint8Array">int8Array</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Typed_array.html#TYPEint8Array">int8Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALint8Array_fromBuffer"><span class="keyword">val</span> int8Array_fromBuffer</span> : <code class="type">(<a href="Typed_array.arrayBuffer-c.html">arrayBuffer</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Typed_array.html#TYPEint8Array">int8Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALint8Array_inBuffer"><span class="keyword">val</span> int8Array_inBuffer</span> : <code class="type">(<a href="Typed_array.arrayBuffer-c.html">arrayBuffer</a> <a href="Js.html#TYPEt">Js.t</a> -> int -> int -> <a href="Typed_array.html#TYPEint8Array">int8Array</a> <a href="Js.html#TYPEt">Js.t</a>)<br>       <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALuint8Array"><span class="keyword">val</span> uint8Array</span> : <code class="type">(int -> <a href="Typed_array.html#TYPEuint8Array">uint8Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALuint8Array_fromArray"><span class="keyword">val</span> uint8Array_fromArray</span> : <code class="type">(int <a href="Js.js_array-c.html">Js.js_array</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Typed_array.html#TYPEuint8Array">uint8Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALuint8Array_fromTypedArray"><span class="keyword">val</span> uint8Array_fromTypedArray</span> : <code class="type">(<a href="Typed_array.html#TYPEuint8Array">uint8Array</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Typed_array.html#TYPEuint8Array">uint8Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALuint8Array_fromBuffer"><span class="keyword">val</span> uint8Array_fromBuffer</span> : <code class="type">(<a href="Typed_array.arrayBuffer-c.html">arrayBuffer</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Typed_array.html#TYPEuint8Array">uint8Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALuint8Array_inBuffer"><span class="keyword">val</span> uint8Array_inBuffer</span> : <code class="type">(<a href="Typed_array.arrayBuffer-c.html">arrayBuffer</a> <a href="Js.html#TYPEt">Js.t</a> -> int -> int -> <a href="Typed_array.html#TYPEuint8Array">uint8Array</a> <a href="Js.html#TYPEt">Js.t</a>)<br>       <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALint16Array"><span class="keyword">val</span> int16Array</span> : <code class="type">(int -> <a href="Typed_array.html#TYPEint16Array">int16Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALint16Array_fromArray"><span class="keyword">val</span> int16Array_fromArray</span> : <code class="type">(int <a href="Js.js_array-c.html">Js.js_array</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Typed_array.html#TYPEint16Array">int16Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALint16Array_fromTypedArray"><span class="keyword">val</span> int16Array_fromTypedArray</span> : <code class="type">(<a href="Typed_array.html#TYPEint16Array">int16Array</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Typed_array.html#TYPEint16Array">int16Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALint16Array_fromBuffer"><span class="keyword">val</span> int16Array_fromBuffer</span> : <code class="type">(<a href="Typed_array.arrayBuffer-c.html">arrayBuffer</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Typed_array.html#TYPEint16Array">int16Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALint16Array_inBuffer"><span class="keyword">val</span> int16Array_inBuffer</span> : <code class="type">(<a href="Typed_array.arrayBuffer-c.html">arrayBuffer</a> <a href="Js.html#TYPEt">Js.t</a> -> int -> int -> <a href="Typed_array.html#TYPEint16Array">int16Array</a> <a href="Js.html#TYPEt">Js.t</a>)<br>       <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALuint16Array"><span class="keyword">val</span> uint16Array</span> : <code class="type">(int -> <a href="Typed_array.html#TYPEuint16Array">uint16Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALuint16Array_fromArray"><span class="keyword">val</span> uint16Array_fromArray</span> : <code class="type">(int <a href="Js.js_array-c.html">Js.js_array</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Typed_array.html#TYPEuint16Array">uint16Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALuint16Array_fromTypedArray"><span class="keyword">val</span> uint16Array_fromTypedArray</span> : <code class="type">(<a href="Typed_array.html#TYPEuint16Array">uint16Array</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Typed_array.html#TYPEuint16Array">uint16Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALuint16Array_fromBuffer"><span class="keyword">val</span> uint16Array_fromBuffer</span> : <code class="type">(<a href="Typed_array.arrayBuffer-c.html">arrayBuffer</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Typed_array.html#TYPEuint16Array">uint16Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALuint16Array_inBuffer"><span class="keyword">val</span> uint16Array_inBuffer</span> : <code class="type">(<a href="Typed_array.arrayBuffer-c.html">arrayBuffer</a> <a href="Js.html#TYPEt">Js.t</a> -> int -> int -> <a href="Typed_array.html#TYPEuint16Array">uint16Array</a> <a href="Js.html#TYPEt">Js.t</a>)<br>       <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALint32Array"><span class="keyword">val</span> int32Array</span> : <code class="type">(int -> <a href="Typed_array.html#TYPEint32Array">int32Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALint32Array_fromArray"><span class="keyword">val</span> int32Array_fromArray</span> : <code class="type">(int <a href="Js.js_array-c.html">Js.js_array</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Typed_array.html#TYPEint32Array">int32Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALint32Array_fromTypedArray"><span class="keyword">val</span> int32Array_fromTypedArray</span> : <code class="type">(<a href="Typed_array.html#TYPEint32Array">int32Array</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Typed_array.html#TYPEint32Array">int32Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALint32Array_fromBuffer"><span class="keyword">val</span> int32Array_fromBuffer</span> : <code class="type">(<a href="Typed_array.arrayBuffer-c.html">arrayBuffer</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Typed_array.html#TYPEint32Array">int32Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALint32Array_inBuffer"><span class="keyword">val</span> int32Array_inBuffer</span> : <code class="type">(<a href="Typed_array.arrayBuffer-c.html">arrayBuffer</a> <a href="Js.html#TYPEt">Js.t</a> -> int -> int -> <a href="Typed_array.html#TYPEint32Array">int32Array</a> <a href="Js.html#TYPEt">Js.t</a>)<br>       <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALuint32Array"><span class="keyword">val</span> uint32Array</span> : <code class="type">(int -> <a href="Typed_array.html#TYPEuint32Array">uint32Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALuint32Array_fromArray"><span class="keyword">val</span> uint32Array_fromArray</span> : <code class="type">(float <a href="Js.js_array-c.html">Js.js_array</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Typed_array.html#TYPEuint32Array">uint32Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALuint32Array_fromTypedArray"><span class="keyword">val</span> uint32Array_fromTypedArray</span> : <code class="type">(<a href="Typed_array.html#TYPEuint32Array">uint32Array</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Typed_array.html#TYPEuint32Array">uint32Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALuint32Array_fromBuffer"><span class="keyword">val</span> uint32Array_fromBuffer</span> : <code class="type">(<a href="Typed_array.arrayBuffer-c.html">arrayBuffer</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Typed_array.html#TYPEuint32Array">uint32Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALuint32Array_inBuffer"><span class="keyword">val</span> uint32Array_inBuffer</span> : <code class="type">(<a href="Typed_array.arrayBuffer-c.html">arrayBuffer</a> <a href="Js.html#TYPEt">Js.t</a> -> int -> int -> <a href="Typed_array.html#TYPEuint32Array">uint32Array</a> <a href="Js.html#TYPEt">Js.t</a>)<br>       <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALfloat32Array"><span class="keyword">val</span> float32Array</span> : <code class="type">(int -> <a href="Typed_array.html#TYPEfloat32Array">float32Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALfloat32Array_fromArray"><span class="keyword">val</span> float32Array_fromArray</span> : <code class="type">(float <a href="Js.js_array-c.html">Js.js_array</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Typed_array.html#TYPEfloat32Array">float32Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALfloat32Array_fromTypedArray"><span class="keyword">val</span> float32Array_fromTypedArray</span> : <code class="type">(<a href="Typed_array.html#TYPEfloat32Array">float32Array</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Typed_array.html#TYPEfloat32Array">float32Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALfloat32Array_fromBuffer"><span class="keyword">val</span> float32Array_fromBuffer</span> : <code class="type">(<a href="Typed_array.arrayBuffer-c.html">arrayBuffer</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Typed_array.html#TYPEfloat32Array">float32Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALfloat32Array_inBuffer"><span class="keyword">val</span> float32Array_inBuffer</span> : <code class="type">(<a href="Typed_array.arrayBuffer-c.html">arrayBuffer</a> <a href="Js.html#TYPEt">Js.t</a> -> int -> int -> <a href="Typed_array.html#TYPEfloat32Array">float32Array</a> <a href="Js.html#TYPEt">Js.t</a>)<br>       <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALfloat64Array"><span class="keyword">val</span> float64Array</span> : <code class="type">(int -> <a href="Typed_array.html#TYPEfloat64Array">float64Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALfloat64Array_fromArray"><span class="keyword">val</span> float64Array_fromArray</span> : <code class="type">(float <a href="Js.js_array-c.html">Js.js_array</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Typed_array.html#TYPEfloat64Array">float64Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALfloat64Array_fromTypedArray"><span class="keyword">val</span> float64Array_fromTypedArray</span> : <code class="type">(<a href="Typed_array.html#TYPEfloat64Array">float64Array</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Typed_array.html#TYPEfloat64Array">float64Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALfloat64Array_fromBuffer"><span class="keyword">val</span> float64Array_fromBuffer</span> : <code class="type">(<a href="Typed_array.arrayBuffer-c.html">arrayBuffer</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Typed_array.html#TYPEfloat64Array">float64Array</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALfloat64Array_inBuffer"><span class="keyword">val</span> float64Array_inBuffer</span> : <code class="type">(<a href="Typed_array.arrayBuffer-c.html">arrayBuffer</a> <a href="Js.html#TYPEt">Js.t</a> -> int -> int -> <a href="Typed_array.html#TYPEfloat64Array">float64Array</a> <a href="Js.html#TYPEt">Js.t</a>)<br>       <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALset"><span class="keyword">val</span> set</span> : <code class="type">('a, 'b) <a href="Typed_array.typedArray-c.html">typedArray</a> <a href="Js.html#TYPEt">Js.t</a> -> int -> 'a -> unit</code></pre>
<pre><span id="VALget"><span class="keyword">val</span> get</span> : <code class="type">('a, 'b) <a href="Typed_array.typedArray-c.html">typedArray</a> <a href="Js.html#TYPEt">Js.t</a> -> int -> 'a <a href="Js.html#TYPEoptdef">Js.optdef</a></code></pre>
<pre><span id="VALunsafe_get"><span class="keyword">val</span> unsafe_get</span> : <code class="type">('a, 'b) <a href="Typed_array.typedArray-c.html">typedArray</a> <a href="Js.html#TYPEt">Js.t</a> -> int -> 'a</code></pre>
<pre><span id="TYPEdataView"><span class="keyword">class type</span> <a href="Typed_array.dataView-c.html">dataView</a></span> = <code class="code">object</code> <a href="Typed_array.dataView-c.html">..</a> <code class="code">end</code></pre>
<pre><span id="VALdataView"><span class="keyword">val</span> dataView</span> : <code class="type">(<a href="Typed_array.arrayBuffer-c.html">arrayBuffer</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Typed_array.dataView-c.html">dataView</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre>
<pre><span id="VALdataView_inBuffer"><span class="keyword">val</span> dataView_inBuffer</span> : <code class="type">(<a href="Typed_array.arrayBuffer-c.html">arrayBuffer</a> <a href="Js.html#TYPEt">Js.t</a> -> int -> int -> <a href="Typed_array.dataView-c.html">dataView</a> <a href="Js.html#TYPEt">Js.t</a>)<br>       <a href="Js.html#TYPEconstr">Js.constr</a></code></pre></body></html>