utils_swap()
Exchanges the values of the two arguments.
fn utils_swap (mut a: ref any, mut b: ref any) void
a - The first value to swap. b - The second value to swap.