emitPermute

fun emitPermute(tokens: A_Tuple, permutation: A_Tuple)

Emit code to permute the top N items on the stack with the given N-element permutation.

Parameters

tokens

The A_Tuple of A_Tokens associated with this call.

permutation

A tuple of one-based integers that forms a permutation.