dart / 2 / dart-typed_data / float64x2list / operator_plus.html

operator + method

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

Returns 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);

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-typed_data/Float64x2List/operator_plus.html