This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Working examples | |
//Async | |
//Anything from Nothing | |
|{ (anything: Anything) in | |
🧙🏼 | |
} | |
//Determinate user's location | |
|{ (location: CLLocation) in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
["CLLocationDistance": 250, | |
"CLLocationAccuracy": kCLLocationAccuracyHundredMeters] | { (l: CLLocation) in | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|{ (location: CLLocation) in | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//One dependency | |
Any | |
//Set of inputs | |
Set<Any> | |
//Keys customization | |
Dictionary<String, Any> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ (location: CLLocation) in | |
} |
NewerOlder