ColourIDRange.front

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

Meta