Either.toString

Undocumented in source. Be warned that the author may not have intended to support it.
struct Either(A, B)
string
toString
()
if (
!is(A : B) &&
!is(B : A)
)

Meta