HeadingsCSV.RowDg

Type of delegate which receives parsed CSV rows.

class HeadingsCSV
alias RowDg = bool delegate(Field[] fields)

Meta