Zero Filled Array
You can create a zero using Uint8Array
, Uint16Array
, or Uint32Array
Alternatively you can also use the following pattern
note: Array()
and new Array()
are equivalent source
You can create a zero using Uint8Array
, Uint16Array
, or Uint32Array
Alternatively you can also use the following pattern
note: Array()
and new Array()
are equivalent source