eitherFunction

Tuple of functions, which takes an Either.

  1. class EitherFunction(A, B, C)
  2. auto eitherFunction(F f, G g)
    eitherFunction
    (
    F
    G
    )
    (
    F f
    ,
    G g
    )
    if (
    is(F.OutputType == G.OutputType)
    )

Meta