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