makeProgressBar

Undocumented in source. Be warned that the author may not have intended to support it.
@safe pure
string
makeProgressBar
(
char leftEndChar = '['
char fillChar = '='
char tipChar = '>'
char blankChar = ' '
char rightEndChar = ']'
)
(
in size_t width
,
in short percent
)

Meta