Skip to content

Instantly share code, notes, and snippets.

@Sajjon
Created August 15, 2020 14:37
Show Gist options
  • Save Sajjon/c1cb40912a295981db7ba052872d2128 to your computer and use it in GitHub Desktop.
Save Sajjon/c1cb40912a295981db7ba052872d2128 to your computer and use it in GitHub Desktop.
A line which word has suitable length
/// A line which word has suitable length
struct WordLengthLine: LineFromCorpusFromLine, Hashable {
typealias FromLine = ParsedLine
let line: FromLine
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment