operator + method Null safety

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

Returns the concatenation of this list and other.

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

Implementation

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