Skip to content

Instantly share code, notes, and snippets.

@pcperini
Created August 23, 2016 17:20
Show Gist options
  • Save pcperini/3b556bfe9e183de617f829b9a48968fd to your computer and use it in GitHub Desktop.
Save pcperini/3b556bfe9e183de617f829b9a48968fd to your computer and use it in GitHub Desktop.
guard (
!argument.isEmpty,
nums.count == arguments.count
) else {
print("Blah blah")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment