randomizeLinesCommand

Randomize all the lines in files or standard input.

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