operator + method

ValueType operator +(
  1. ValueType other
)

Merge two ValueTypes together.

This is equivalent to calling generalizeValueTypes with the two ValueTypes.

See also:

Implementation

ValueType operator +(ValueType other) => generalizeValueTypes([this, other]);