operator - method
- dynamic other
Subtracts a value or another box algebraically.
Implementation
dynamic operator -(dynamic other) => (value as dynamic) - _extract(other);
Subtracts a value or another box algebraically.
dynamic operator -(dynamic other) => (value as dynamic) - _extract(other);