SortOutput

Specifies whether the output of certain algorithm is desired in sorted format.

If set to SortOutput.no, the output should not be sorted.

Otherwise if set to SortOutput.yes, the output should be sorted.

alias SortOutput = Flag!"sortOutput"

Meta

Suggestion Box / Bug Report