ColourIDRange.popFront

struct ColourIDRange(T)
void
popFront
()
if (
isInputRange!T &&
is(ElementType!T == ColourID)
)

Meta