Skip to content

Instantly share code, notes, and snippets.

@pettinen
Created September 29, 2023 23:01
Show Gist options
  • Save pettinen/d678530318b189ce7302a5cb4d0864a9 to your computer and use it in GitHub Desktop.
Save pettinen/d678530318b189ce7302a5cb4d0864a9 to your computer and use it in GitHub Desktop.
best thing i ever wrote
pub fn big_if_true<F: FnOnce()>(big: F) {
if true {
big();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment