Skip to content

Instantly share code, notes, and snippets.

@Sophia-Gold
Created August 14, 2017 05:41
Show Gist options
  • Save Sophia-Gold/78a6f4201e0b497de469cd9f8ceccb90 to your computer and use it in GitHub Desktop.
Save Sophia-Gold/78a6f4201e0b497de469cd9f8ceccb90 to your computer and use it in GitHub Desktop.
(defn swap [v i1 i2]
(assoc v i2 (v i1) i1 (v i2)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment