JumpNode.initialize

Initializes a jump node, must be later disposed.

Argument kinds default to data; this can be changed later.

struct JumpNode
@nogc nothrow static
initialize
(,
uint n
)

Parameters

self JumpNode*

Address of node being initialized.

n uint

Number of arguments sent through this jump.

Return Value

Type: err_t

Zero on success, non-zero on failure (OOM).