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