bit.bit (arity 1)¶
Size Complexity: 1
This is the basic variable in the FlipJump standard library - a bit (can contain only 0/1).
you can’t place it as any other standard library macro, as “running” this line is undefined behavior.
The bit (and bit.vec) should be placed in a place that won’t run.
Signature¶
def bit value { ... }
Defined in bit/memory.fj — lines 10–12 (view on GitHub).