hey guys, I've got a `Sequence` of `data class Tok...
# announcements
g
hey guys, I've got a
Sequence
of
data class Token(val char: Char)
and I want to know if its equal to a particular string, anybody know how I can go about it?