add<Z> method

(A, Z) add<Z>(
  1. Z other
)

Implementation

@pragma("vm:prefer-inline")
(A, Z) add<Z>(Z other) => (this.$1, other);