FieldsPredicate

The next blocks of code define the structure of the boolean tests run against input lines. This includes function and delegate (closure) signatures, creation mechanisms, option handlers, etc. Command line arg processing to build the test structure.

alias FieldsPredicate = bool delegate
(
const char[][] fields
)

Meta