menu
rohd
rohd.dart
Logic
operator | method
operator |
dark_mode
light_mode
operator |
method
Logic
operator |
(
Logic
other
)
Logical bitwise OR.
Implementation
Logic operator |(Logic other) => Or2Gate(this, other).out;
rohd
rohd
Logic
operator | method
Logic class