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