DList.popFirstOf

Removes first element of r, wich must be a range obtained originally from this container, from both DList instance and range r.

Compexity: O(1)

struct DList(T)
void
popFirstOf
(
ref Range r
)

Meta