Function

swap_at(_:_:)

Exchanges the values at the given positions in self.

Source
fun swap_at(
   _ i: ???,
   _ j: ???
) { inout }