Int32x4List asInt32x4List(
[int offsetInBytes = 0,
int length]
)

Creates a new Int32x4List view of this buffer.

Source

/**
 * Creates a new [Int32x4List] view of this buffer.
 */
Int32x4List asInt32x4List([int offsetInBytes = 0, int length]);