Skip to content

Instantly share code, notes, and snippets.

@matematikaadit
Created February 20, 2017 23:52
Show Gist options
  • Save matematikaadit/9b42cc89b66936b9afabf3b6d833f463 to your computer and use it in GitHub Desktop.
Save matematikaadit/9b42cc89b66936b9afabf3b6d833f463 to your computer and use it in GitHub Desktop.
macro_rules! fst {
($exp:expr) => ({
let (x, ..) = $exp;
x
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment