%unbox ( dst src func rep -- )


Vocabulary
cpu.architecture

Inputs
dstdestination register
srcsource register
funcfunction?
repa representation


Outputs
None

Word description
Call a function to convert a tagged pointer into a value that can be passed to a C function, or returned from a callback.

Definition


Methods