コード例 #1
0
 public static Seq <T> rev <T>(Seq <T> list) =>
 Seq(list.Reverse());