Iterator

Undocumented in source.

Members

Aliases

Iters
alias Iters = Filter!(IsDef!"__iter__", Params)
Undocumented in source.
Nexts
alias Nexts = Filter!(IsDef!"next", Params)
Undocumented in source.

Static functions

call
void call()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

needs_shim
enum bool needs_shim;
Undocumented in source.

Meta