Used to emit a stream of alterating string values: "even", "odd", etc. This
is often used in the Inspector pages to make the class of a <tr> alternate
for presentation reasons.
Returns "even" or "odd". Whatever it returns on one invocation, it will
return the opposite on the next. By default, the first value
returned is "even".