Example #1
0
 public override Either <TRight, TLeft> Swap() => Either <TRight, TLeft> .OfRight(Left);
Example #2
0
 public override Either <TRight, TLeft> SwapUnchecked() => Either <TRight, TLeft> .OfRight(Left);
Example #3
0
 public DebugView(Either <TLeft, TRight> inner) => _inner = inner;