true iff value is equal to any of values, false otherwise.
assert(`b`.isAmong!(`a`, `b`)); assert(!`c`.isAmong!(`a`, `b`));
See Implementation