Toggle menu
Nitlanguage.org
Nitdoc
csv
csv
CsvStream
eol
fun
eol
:
String
csv
::
CsvStream
::
eol
Doc
Linearization
Summary
The character that ends a record (end of line).
The character that ends a record (end of line).
Summary
Property definitions
csv$CsvStream$eol
Property definitions
csv
$
CsvStream
::
eol
# The character that ends a record (end of line).
var
eol
=
"\n"
is
writable
lib/csv/csv.nit:112,2--113,27