AndUnary constructor Null safety
Calculates whether all bits of in_
are high.
Implementation
AndUnary(Logic in_, {String name = 'uand'})
: super((a) => a.and(), '&', in_, name: name);
Calculates whether all bits of in_
are high.
AndUnary(Logic in_, {String name = 'uand'})
: super((a) => a.and(), '&', in_, name: name);