Skip to content

Instantly share code, notes, and snippets.

@johnteee
Forked from huonw/blackmagic.rs
Created July 12, 2018 04:02
Show Gist options
  • Save johnteee/6a7feb2304d0480f7105a50f8e3facd8 to your computer and use it in GitHub Desktop.
Save johnteee/6a7feb2304d0480f7105a50f8e3facd8 to your computer and use it in GitHub Desktop.
do-while loops in Rust
while {
let x = foo();
bar(x);
x != 0
} {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment