Created
August 15, 2020 14:37
-
-
Save Sajjon/c1cb40912a295981db7ba052872d2128 to your computer and use it in GitHub Desktop.
A line which word has suitable length
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
/// 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