PydInputRange

Wrap a python iterator in a D input range.

Constructors

this
this(PyObject* obj)

_

this
this(Borrowed!PyObject* bobj)

_

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

popFront
void popFront()

_

Properties

empty
empty [@property getter]

_

front
front [@property getter]

_

Variables

_front
PyObject* _front;
Undocumented in source.
iter
PyObject* iter;
Undocumented in source.

Parameters

E

element type of this range. converts elements of iterator to E.

Meta