示例#1
0
 public static IntArray Unique(this IntArray x)
 {
     return(IntArray.From(x.Distinct().ToList()));
 }