We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a221f commit a1e086eCopy full SHA for a1e086e
src/csv_reader.mojo
@@ -6,6 +6,7 @@ from testing import assert_true
6
7
# https://www.rfc-editor.org/rfc/rfc4180
8
#
9
+@value
10
@fieldwise_init
11
struct CsvReader(Copyable, Representable, Sized, Stringable, Writable):
12
# var data: Dict[String,String]
0 commit comments