Sophie

Sophie

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

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="Js.string_constr-c.html">
<link rel="next" href="Js.match_result-c.html">
<link rel="Up" href="Js.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>Js.js_array</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Js.string_constr-c.html" title="Js.string_constr">Previous</a>
&nbsp;<a class="up" href="Js.html" title="Js">Up</a>
&nbsp;<a class="post" href="Js.match_result-c.html" title="Js.match_result">Next</a>
</div>
<h1>Class type <a href="type_Js.js_array.html">Js.js_array</a></h1>

<pre><span id="TYPEjs_array"><span class="keyword">class type</span> <code class="type">['a]</code> js_array</span> = <code class="code">object</code> <a href="Js.js_array-c.html">..</a> <code class="code">end</code></pre><div class="info classtype top">
Specification of Javascript regular arrays.<br>
</div>
<hr width="100%">

<pre><span id="METHODtoString"><span class="keyword">method</span> toString</span> : <code class="type"><a href="Js.js_string-c.html">js_string</a> <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODtoLocaleString"><span class="keyword">method</span> toLocaleString</span> : <code class="type"><a href="Js.js_string-c.html">js_string</a> <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODconcat"><span class="keyword">method</span> concat</span> : <code class="type">'a <a href="Js.js_array-c.html">js_array</a> <a href="Js.html#TYPEt">t</a> -> 'a <a href="Js.js_array-c.html">js_array</a> <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODjoin"><span class="keyword">method</span> join</span> : <code class="type"><a href="Js.js_string-c.html">js_string</a> <a href="Js.html#TYPEt">t</a> -> <a href="Js.js_string-c.html">js_string</a> <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODpop"><span class="keyword">method</span> pop</span> : <code class="type">'a <a href="Js.html#TYPEoptdef">optdef</a> <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODpush"><span class="keyword">method</span> push</span> : <code class="type">'a -> int <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODpush_2"><span class="keyword">method</span> push_2</span> : <code class="type">'a -> 'a -> int <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODpush_3"><span class="keyword">method</span> push_3</span> : <code class="type">'a -> 'a -> 'a -> int <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODpush_4"><span class="keyword">method</span> push_4</span> : <code class="type">'a -> 'a -> 'a -> 'a -> int <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODreverse"><span class="keyword">method</span> reverse</span> : <code class="type">'a <a href="Js.js_array-c.html">js_array</a> <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODshift"><span class="keyword">method</span> shift</span> : <code class="type">'a <a href="Js.html#TYPEoptdef">optdef</a> <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODslice"><span class="keyword">method</span> slice</span> : <code class="type">int -> int -> 'a <a href="Js.js_array-c.html">js_array</a> <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODslice_end"><span class="keyword">method</span> slice_end</span> : <code class="type">int -> 'a <a href="Js.js_array-c.html">js_array</a> <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODsort"><span class="keyword">method</span> sort</span> : <code class="type">('a -> 'a -> float) <a href="Js.html#TYPEcallback">callback</a> -> 'a <a href="Js.js_array-c.html">js_array</a> <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODsort_asStrings"><span class="keyword">method</span> sort_asStrings</span> : <code class="type">'a <a href="Js.js_array-c.html">js_array</a> <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODsplice"><span class="keyword">method</span> splice</span> : <code class="type">int -> int -> 'a <a href="Js.js_array-c.html">js_array</a> <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODsplice_1"><span class="keyword">method</span> splice_1</span> : <code class="type">int -> int -> 'a -> 'a <a href="Js.js_array-c.html">js_array</a> <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODsplice_2"><span class="keyword">method</span> splice_2</span> : <code class="type">int -> int -> 'a -> 'a -> 'a <a href="Js.js_array-c.html">js_array</a> <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODsplice_3"><span class="keyword">method</span> splice_3</span> : <code class="type">int -> int -> 'a -> 'a -> 'a -> 'a <a href="Js.js_array-c.html">js_array</a> <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODsplice_4"><span class="keyword">method</span> splice_4</span> : <code class="type">int -> int -> 'a -> 'a -> 'a -> 'a -> 'a <a href="Js.js_array-c.html">js_array</a> <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODunshift"><span class="keyword">method</span> unshift</span> : <code class="type">'a -> int <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODunshift_2"><span class="keyword">method</span> unshift_2</span> : <code class="type">'a -> 'a -> int <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODunshift_3"><span class="keyword">method</span> unshift_3</span> : <code class="type">'a -> 'a -> 'a -> int <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODunshift_4"><span class="keyword">method</span> unshift_4</span> : <code class="type">'a -> 'a -> 'a -> 'a -> int <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODsome"><span class="keyword">method</span> some</span> : <code class="type">('a -> int -> 'a <a href="Js.js_array-c.html">js_array</a> <a href="Js.html#TYPEt">t</a> -> bool <a href="Js.html#TYPEt">t</a>) -> bool <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODevery"><span class="keyword">method</span> every</span> : <code class="type">('a -> int -> 'a <a href="Js.js_array-c.html">js_array</a> <a href="Js.html#TYPEt">t</a> -> bool <a href="Js.html#TYPEt">t</a>) -> bool <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODforEach"><span class="keyword">method</span> forEach</span> : <code class="type">('a -> int -> 'a <a href="Js.js_array-c.html">js_array</a> <a href="Js.html#TYPEt">t</a> -> unit) -> unit <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODmap"><span class="keyword">method</span> map</span> : <code class="type">('a -> int -> 'a <a href="Js.js_array-c.html">js_array</a> <a href="Js.html#TYPEt">t</a> -> 'a) -> 'a <a href="Js.js_array-c.html">js_array</a> <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODfilter"><span class="keyword">method</span> filter</span> : <code class="type">('a -> int -> 'a <a href="Js.js_array-c.html">js_array</a> <a href="Js.html#TYPEt">t</a> -> bool <a href="Js.html#TYPEt">t</a>) -><br>       'a <a href="Js.js_array-c.html">js_array</a> <a href="Js.html#TYPEt">t</a> <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODreduce_init"><span class="keyword">method</span> reduce_init</span> : <code class="type">'b. ('b -> 'a -> int -> 'a <a href="Js.js_array-c.html">js_array</a> <a href="Js.html#TYPEt">t</a> -> 'b) -> 'b -> 'b <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODreduce"><span class="keyword">method</span> reduce</span> : <code class="type">('a -> 'a -> int -> 'a <a href="Js.js_array-c.html">js_array</a> <a href="Js.html#TYPEt">t</a> -> 'a) -> 'a <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODreduceRight_init"><span class="keyword">method</span> reduceRight_init</span> : <code class="type">'b. ('b -> 'a -> int -> 'a <a href="Js.js_array-c.html">js_array</a> <a href="Js.html#TYPEt">t</a> -> 'b) -> 'b -> 'b <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODreduceRight"><span class="keyword">method</span> reduceRight</span> : <code class="type">('a -> 'a -> int -> 'a <a href="Js.js_array-c.html">js_array</a> <a href="Js.html#TYPEt">t</a> -> 'a) -> 'a <a href="Js.html#TYPEmeth">meth</a></code></pre>
<pre><span id="METHODlength"><span class="keyword">method</span> length</span> : <code class="type">int <a href="Js.html#TYPEprop">prop</a></code></pre></body></html>