コード例 #1
0
 public static Seq <A> Cons <A>(this A head, Seq <A> tail) =>
 tail.Cons(head);