|
@@ -18,12 +18,12 @@
|
|
|
|
|
|
<h3>[method:Array arraySlice]( array, from, to )</h3>
|
|
<h3>[method:Array arraySlice]( array, from, to )</h3>
|
|
<div>
|
|
<div>
|
|
- Convert an array to a specific type.
|
|
|
|
|
|
+ This is the same as Array.prototype.slice, but also works on typed arrays.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<h3>[method:Array convertArray]( array, type, forceClone )</h3>
|
|
<h3>[method:Array convertArray]( array, type, forceClone )</h3>
|
|
<div>
|
|
<div>
|
|
- This is the same as Array.prototype.slice, but also works on typed arrays.
|
|
|
|
|
|
+ Convert an array to a specific type.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<h3>[method:Boolean isTypedArray]( object )</h3>
|
|
<h3>[method:Boolean isTypedArray]( object )</h3>
|