trueThenFalse

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

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

static immutable
bool[2] trueThenFalse;