Skip to content

Instantly share code, notes, and snippets.

View alkozin's full-sized avatar

Alexander Kozin alkozin

  • El Machine
  • Novosibirsk, Russian Federation
  • 14:59 (UTC +07:00)
View GitHub Profile
//Working examples
//Async
//Anything from Nothing
|{ (anything: Anything) in
🧙🏼
}
//Determinate user's location
|{ (location: CLLocation) in
["CLLocationDistance": 250,
"CLLocationAccuracy": kCLLocationAccuracyHundredMeters] | { (l: CLLocation) in
}
|{ (location: CLLocation) in
}
//One dependency
Any
//Set of inputs
Set<Any>
//Keys customization
Dictionary<String, Any>
{ (location: CLLocation) in
}