Client.ClientRange

A range to iterate over the client list via 'next' or 'snext', as specified by the template string.

Members

Functions

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

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
auto front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

client
Client* client;
Undocumented in source.

Examples

auto r = ClientRange!"next"(clientPtr);
auto sr = ClientRange!"snext"(clientPtr);

Meta