ColourIDRange.this

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

Meta