klyn.io.csv.CSVReader.skip
method
public skip(count as Int) as Void:
Description

Skips the next parsed rows.

This mutates the reader cursor by removing the first count rows from the iterable view. Passing 0 or a negative value leaves the reader unchanged.

Parameters
  • count Number of rows to skip.