A range to iterate over the client list via 'next' or 'snext', as specified by the template string.
auto r = ClientRange!"next"(clientPtr); auto sr = ClientRange!"snext"(clientPtr);
See Implementation
A range to iterate over the client list via 'next' or 'snext', as specified by the template string.