ref: 90e26e0f687da28530b3b967df0cedf20407c071 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 }