PydInputRange

Wrap a python iterator in a D input range.

Constructors

this
this(PyObject* obj)

_

this
this(Borrowed!PyObject* bobj)

_

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Postblit

A postblit is present on this object, but not explicitly documented in the source.

Members

Functions

popFront
void popFront()

_

Properties

empty
empty [@property getter]

_

front
front [@property getter]

_

Meta