Skip to content

Instantly share code, notes, and snippets.

View dylan's full-sized avatar
📡

Dylan Wreggelsworth dylan

📡
View GitHub Profile
@dylan
dylan / keybase.md
Last active September 9, 2016 19:58

Keybase proof

I hereby claim:

  • I am dylan on github.
  • I am dylanrw (https://keybase.io/dylanrw) on keybase.
  • I have a public key ASDx2uRFqxQqvkaSOULAalpfIUgagV8EaBuAsESpzeLp6Qo

To claim this, I am signing this object:

guard !argument.isEmpty,
nums.count == arguments.count
else {
print("Blah blah")
}
guard let someVar = someOptional,
let otherVar = otherOptional,
nums.count == arguments.count
else { return }