OrUnary constructor Null safety
Calculates whether any bits of in_
are high.
Implementation
OrUnary(Logic in_, {String name = 'uor'})
: super((a) => a.or(), '|', in_, name: name);
Calculates whether any bits of in_
are high.
OrUnary(Logic in_, {String name = 'uor'})
: super((a) => a.or(), '|', in_, name: name);