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