Vector4.all constructor
Splat value into all lanes of the vector.
Implementation
factory Vector4.all(double value) => new Vector4.zero()..splat(value);
Splat value into all lanes of the vector.
factory Vector4.all(double value) => new Vector4.zero()..splat(value);