コード例 #1
0
 public bool Contains(T t) => (First.Equals(t)) || Rest.Contains(t);