ref: af4742681ef356ac1472856165dbf8059f90c963 dir: /libstd/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 }