toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.serialization.csv
Package-level
declarations
Types
Types
CSV
Link copied to clipboard
class
CSV
(
val
lines
:
List
<
List
<
String
>
>
,
val
names
:
List
<
String
>
?
=
null
)
:
Collection
<
CSV.Record
>