Class: ArrayIndexer

ArrayIndexer

A prototype for all vector and matrix arrays. It is a proxy that catches access to property accesses with integer keys, returning an appropriate vector or matrix object wrapping the corresponding typed data in the array.

new ArrayIndexer()