uint32Array top-level property

Uint32ArrayConstructor get uint32Array

A typed array of 32-bit unsigned integer values. The contents are initialized to 0. If the requested number of bytes could not be allocated an exception is raised.

Implementation

_i3.Uint32ArrayConstructor get uint32Array => _i6.getProperty(
      _self,
      'Uint32Array',
    );