Definition of the various types of views.
OptionalarrayBuffer: ArrayBufferOptional ArrayBuffer to use (if one provided one will be created)
Optionaloffset: numberOptional offset in existing ArrayBuffer to start the views.
A bunch of named TypedArray views and the ArrayBuffer
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 setStructuredView