Beispiel #1
0
 forward.TryPeek().Match(
     Some: x => (Dequeue(), Some(x)),
Beispiel #2
0
 public bool Equals(Some <A> other) =>
 Value.Equals(other.Value);