Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pavankataria/40fe20e6ce0b6b139d5ff4f116a9a05c to your computer and use it in GitHub Desktop.
Save pavankataria/40fe20e6ce0b6b139d5ff4f116a9a05c to your computer and use it in GitHub Desktop.
func processInput(_ stringNumber: String?) -> Int? {
return stringNumber.flatMap { Int($0) }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment