コード例 #1
0
 public static Either <L, A> headOrLeft <L, A>(Seq <A> list, L left) =>
 list.HeadOrLeft(left);