We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab5d0f commit c8993f6Copy full SHA for c8993f6
README.md
@@ -93,7 +93,7 @@ csv.rows //=> [["id": "1", "name": "Alice", "age": "18"], ["id": "2",
93
csv.columns //=> ["id": ["1", "2"], "name": ["Alice", "Bob"], "age": ["18", "19"]]
94
```
95
96
-The rows can also parsed and passed to a block on the fly, reducing the memory needed to store the whole lot in an array:
+The rows can also be parsed and passed to a block on the fly, reducing the memory needed to store the whole lot in an array:
97
98
```swift
99
// Access each row as an array (inner array not guaranteed to always be equal length to the header)
0 commit comments