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]