ref: 5106fe5edb4664688fe87b6340b32c0c1dbd6157 dir: /lib/std/swap.myr/
pkg std = generic swap : (a : @a#, b : @a# -> void) ;; generic swap = {a : @a#, b : @a# var t t = a# a# = b# b# = t }