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