permutationAtIndex

Answer the permutation having the given one-based index. We need a read barrier here, but no lock, since the tuple of tuples is only appended to, ensuring all extant indices will always be valid.

Return

The permutation (a tuple of Avail integers).

Parameters

index

The index of the permutation to retrieve.