A weekday_indexed object
can be constructed by indexing a weekday
with an unsigned.
— end note]
[Example 1: constexprauto wdi = Sunday[2]; // wdi is the second Sunday of an as yet unspecified monthstatic_assert(wdi.weekday()== Sunday);
static_assert(wdi.index()==2);
— end example]