operator >> method
- dynamic other
override
Arithmetic right-shift.
The upper-most bits of the result will be equal to the upper-most bit of the original signal.
If isNet and other
is constant, then the result will also be a net.
Implementation
@override
Logic operator >>(dynamic other) => packed >> other;