hex.or (arity 2)ΒΆ

dst |= src

both dst,src are hexes.

SignatureΒΆ

def or dst, src < .or.dst { ... }

Defined in hex/logics.fj β€” lines 268–270 (view on GitHub).

ComplexityΒΆ

  • Time: 4@+10

  • Space: 4@+52

See the complexity glossary for what @, w, dw, dbit, n mean.

Requires initΒΆ

The following must be initialised before this macro is invoked:

  • hex.or.init (or hex.init)

SourceΒΆ

Depends onΒΆ


← Previous: hex.not/2 Next: hex.or/3 β†’