ensure-d ( n -- values )


Vocabulary
stack-checker.backend

Inputs
nan integer


Outputs
valuesa sequence


Word description
Makes sure there is room for at least n items in meta-d starting from inner-d-index. Modifies meta-d and inner-d-index. Returns the last n items of meta-d.

Definition