ref: 0f4c2b55ead3f155bc729990c8d6e46b05ccb119 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 }