swap import { swap } from "destack:memory"; Exchange the values at left and right. export declare function swap(left: &'a exclusive T, right: &'b exclusive T): void language/library/src/memory/swap.ds:3