Either.opDispatch

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

Meta