JSInt32Array.withLength constructor

  1. @Since('3.6')
JSInt32Array.withLength(
  1. int length
)

Creates a JavaScript Int32Array of size length whose elements are initialized to 0.

Implementation

@Since('3.6')
external JSInt32Array.withLength(int length);