Definition of the various types of views.
Optional
arrayBuffer: ArrayBufferOptional ArrayBuffer to use (if one provided one will be created)
Optional
offset: numberOptional offset in existing ArrayBuffer to start the views.
A bunch of named TypedArray views and the ArrayBuffer
Generated using TypeDoc
Creates a set of named TypedArray views on an ArrayBuffer. If you don't pass in an ArrayBuffer, one will be created. If you're using an unsized array then you must pass in your own arraybuffer
Example:
views would effectively be
You can use the views directly or you can use