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