Float64x2List constructor
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);
Creates a Float64x2List of the specified length (in elements), all of whose elements have all lanes set to zero.
external factory Float64x2List(int length);