stl.startup_and_init_all (arity 0)¶
startup Macro - Should be the first piece of code in your program.
Initialize anything needed for the standard library.
Signature¶
def startup_and_init_all { ... }
Defined in runlib.fj — lines 50–52 (view on GitHub).
Complexity¶
Time:
~7000 (7026 for w=64, 6894 for w=16)Space:
~7000 (7026 for w=64, 6894 for w=16)
See the complexity glossary for what @, w, dw, dbit, n mean.