3 lines
52 B
Text
3 lines
52 B
Text
func swap(Ref a, Ref b) {
|
|
[*a, *b] » (b, a);
|
|
}
|
func swap(Ref a, Ref b) {
|
|
[*a, *b] » (b, a);
|
|
}
|