randomizeLinesCommand

Invokes the appropriate routine to randomize input lines based on the command line arguments.

This routine selects the appropriate randomize lines function and template instantiation to use based on the command line arguments.

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

Meta