Float64x2List constructor

Float64x2List(int length)

Creates a Float64x2List of the specified length (in elements), all of whose elements have all lanes set to zero.

Implementation

external factory Float64x2List(int length);