ScriptArrayBuffer

ArrayBuffer

Constructors

this
this(size_t length)

constructor

this
this(ubyte[] rawBytes)

construct from binary data

Members

Functions

getIndex
long getIndex(long index)

Undocumented in source. Be warned that the author may not have intended to support it.

toString
string toString()

Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
ubyte[] data;

read-only data

Inherited Members

From AbstractArrayBuffer

Type
enum Type

An optimized RTTI

getIndex
long getIndex(long index)

Undocumented in source.

type
auto type()

read-only type property

isView
bool isView()

whether or not the instance is a view or read-only

toString
string toString()

Undocumented in source. Be warned that the author may not have intended to support it.

Meta