ref: f2027c43e0e85e679c4988954b8e9b35c0a1bdd3 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 }