operator + abstract method
override
The concatenation of this list and other.
If other is also a Float64x2List, the result is a new Float64x2List,
otherwise the result is a normal growable List<Float64x2>.
Implementation
List<Float64x2> operator +(List<Float64x2> other);