operator + method Null safety

List<Float32x4> operator +(
  1. List<Float32x4> other
)
override

Returns the concatenation of this list and other.

If other is also a Float32x4List, the result is a new Float32x4List, otherwise the result is a normal growable List<Float32x4>.

Implementation

List<Float32x4> operator +(List<Float32x4> other);