tsvSample

Invokes the appropriate sampling routine based on the command line arguments.

tsvSample is the top-level routine handling the different tsv-sample use cases. Its primary role is to invoke the correct routine for type of sampling requested.

void
tsvSample
(
OutputRange
)
(,
auto ref OutputRange outputStream
)
if (
isOutputRange!(OutputRange, char)
)

Meta