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