RangeWrapper

Wrapper type wrapping a D input range as a python iterator object

Lives in reserved python module "pyd".

Members

Functions

iter
RangeWrapper* iter()
Undocumented in source. Be warned that the author may not have intended to support it.
next
PyObject* next()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

empty
bool delegate() empty;
Undocumented in source.
front
PyObject* delegate() front;
Undocumented in source.
popFront
void delegate() popFront;
Undocumented in source.
range
void* range;
Undocumented in source.
tid
TypeInfo tid;
Undocumented in source.

Meta