Progress

Undocumented in source.

Constructors

this
this(size_t max)
Undocumented in source.

Members

Functions

goto_index
void goto_index(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
iter
auto iter(R it)
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

eta
Duration eta [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
percent
real percent [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
progress
real progress [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
remaining
size_t remaining [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

max
size_t max;
Undocumented in source.

Inherited Members

From Infinite

file
alias file = stderr
Undocumented in source.
write
void write(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
writeln
void writeln(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
index
size_t index;
Undocumented in source.
hide_cursor
bool hide_cursor;
Undocumented in source.
message
string delegate() message;
Undocumented in source.
refresh_rate
Duration refresh_rate;
Undocumented in source.
avg
Duration avg [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
elapsed
Duration elapsed [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.
force_update
void force_update()
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.
finish
void finish()
Undocumented in source. Be warned that the author may not have intended to support it.
next
void next(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
iter
auto iter(R it)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta