Either.has

Undocumented in source. Be warned that the author may not have intended to support it.
struct Either(A, string NameA, B, string NameB)
const
bool
has
(
string member
)
()
if (
member == NameA ||
member == NameB
)
if (
!is(A == B)
)

Meta