CoerceReturn.CoerceReturn

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias CoerceReturn = Matcher
  2. Self.StateT CoerceReturn(P[0] a)
    template CoerceReturn(Self, alias Matcher)
    static if(!(is(ReturnType!Matcher == Self.StateT)))
    Self.StateT
    CoerceReturn
    (
    P[0] a
    )

Meta