Skip to content

Instantly share code, notes, and snippets.

@ncreated
Created July 16, 2017 19:44
Show Gist options
  • Save ncreated/cd6d3c94cc9597671d14d48ec1983e81 to your computer and use it in GitHub Desktop.
Save ncreated/cd6d3c94cc9597671d14d48ec1983e81 to your computer and use it in GitHub Desktop.
Medium blogpost snippet
struct Prediction {
let predictedText: String
let matchingRange: Range<String.Index>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment