stl.stack_init¶
Initializes a stack of size n (maximal capacity of n hexes / return-addresses).
n is the size of the stack.
Signature¶
def stack_init n { ... }
Defined in ptrlib.fj — lines 15–17 (view on GitHub).
Complexity¶
Space:
n+w/4
See the complexity glossary for what @, w, dw, dbit, n mean.