Sequence.swap

Swaps the items pointed to by a and b. It is allowed for a and b to point into difference sequences. Since 2.14

class Sequence
static
void
swap

Parameters

a SequenceIter

a GSequenceIter

b SequenceIter

a GSequenceIter

Meta