va-copy ( cursor -- copy )
ARM64 variable argument lists

Prev:va-arg ( c-type -- quot: ( cursor -- value ) )
Next:va_list


Vocabulary
alien.varargs

Inputs
cursora va-cursor


Outputs
copya va-cursor


Word description
Copies the current position. Reading either cursor does not advance the other. The copy borrows the same argument storage and expires with the same callback.

Errors
Throws expired-va-list when the source cursor cannot be used.

Definition