ColourIDRange.empty

struct ColourIDRange(T)
@property
bool
empty
()
if (
isInputRange!T &&
is(ElementType!T == ColourID)
)

Meta