Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
csv2
v0.2.0
CSV2
Builder
Quoting
Row
Error
Lexer
MalformedCSVError
Parser
Row
Token
Kind
Built with Crystal 1.9.2
2023-10-08 13:43:40 UTC
enum
CSV2::Token::Kind
Overview
Token kinds.
Defined in:
csv/token.cr
Enum Members
Cell
=
0
Newline
=
1
Eof
=
2
Instance Method Summary
#cell?
#eof?
#newline?
Instance Method Detail
def
cell?
#
[
View source
]
def
eof?
#
[
View source
]
def
newline?
#
[
View source
]