falseThenTrue

As the name suggests, a bool[2] with the values false, then true.

Has its uses when you want to foreach over something twice.

static immutable
bool[2] falseThenTrue;

See Also