```
text.csvReader!Layout(["b","c","a"]); // Read only these column
```

The intention is very clear: only read the selected columns from the csv, and for any other fields of class Layout, just ignore (with the default D .init value).

Reply via email to