neft
Version:
Universal Platform
89 lines (36 loc) • 2.7 kB
Markdown
# Typed Array
> **API Reference** ▸ **Typed Array**
<!-- toc -->
> [`Source`](https://github.com/Neft-io/neft/blob/f9c128ccb37aa79380c961e878cd76ec9e79c99e/src/typed-array/index.litcoffee)
* * *
### `**Class** Int8()`
<dl><dt>Parameters</dt><dd><ul><li>length — <i>Integer</i> — <code>= 0</code> — <i>optional</i></li></ul></dd></dl>
> [`Source`](https://github.com/Neft-io/neft/blob/f9c128ccb37aa79380c961e878cd76ec9e79c99e/src/typed-array/index.litcoffee#class-int8integer-length--0)
* * *
### `**Class** Uint8()`
<dl><dt>Parameters</dt><dd><ul><li>length — <i>Integer</i> — <code>= 0</code> — <i>optional</i></li></ul></dd></dl>
> [`Source`](https://github.com/Neft-io/neft/blob/f9c128ccb37aa79380c961e878cd76ec9e79c99e/src/typed-array/index.litcoffee#class-uint8integer-length--0)
* * *
### `**Class** Int16()`
<dl><dt>Parameters</dt><dd><ul><li>length — <i>Integer</i> — <code>= 0</code> — <i>optional</i></li></ul></dd></dl>
> [`Source`](https://github.com/Neft-io/neft/blob/f9c128ccb37aa79380c961e878cd76ec9e79c99e/src/typed-array/index.litcoffee#class-int16integer-length--0)
* * *
### `**Class** Uint16()`
<dl><dt>Parameters</dt><dd><ul><li>length — <i>Integer</i> — <code>= 0</code> — <i>optional</i></li></ul></dd></dl>
> [`Source`](https://github.com/Neft-io/neft/blob/f9c128ccb37aa79380c961e878cd76ec9e79c99e/src/typed-array/index.litcoffee#class-uint16integer-length--0)
* * *
### `**Class** Int32()`
<dl><dt>Parameters</dt><dd><ul><li>length — <i>Integer</i> — <code>= 0</code> — <i>optional</i></li></ul></dd></dl>
> [`Source`](https://github.com/Neft-io/neft/blob/f9c128ccb37aa79380c961e878cd76ec9e79c99e/src/typed-array/index.litcoffee#class-int32integer-length--0)
* * *
### `**Class** Uint32()`
<dl><dt>Parameters</dt><dd><ul><li>length — <i>Integer</i> — <code>= 0</code> — <i>optional</i></li></ul></dd></dl>
> [`Source`](https://github.com/Neft-io/neft/blob/f9c128ccb37aa79380c961e878cd76ec9e79c99e/src/typed-array/index.litcoffee#class-uint32integer-length--0)
* * *
### `**Class** Float32()`
<dl><dt>Parameters</dt><dd><ul><li>length — <i>Integer</i> — <code>= 0</code> — <i>optional</i></li></ul></dd></dl>
> [`Source`](https://github.com/Neft-io/neft/blob/f9c128ccb37aa79380c961e878cd76ec9e79c99e/src/typed-array/index.litcoffee#class-float32integer-length--0)
* * *
### `**Class** Float64()`
<dl><dt>Parameters</dt><dd><ul><li>length — <i>Integer</i> — <code>= 0</code> — <i>optional</i></li></ul></dd></dl>
> [`Source`](https://github.com/Neft-io/neft/blob/f9c128ccb37aa79380c961e878cd76ec9e79c99e/src/typed-array/index.litcoffee#class-float64integer-length--0)