name: duk_remove proto: | void duk_remove(duk_context *ctx, duk_idx_t index); stack: | [ ... val(index)! ... ] -> [ ... ... ] summary: |
Remove value at index
. Elements above index
are shifted down the stack by a step. If to_index
is
an invalid index, throws an error.