append v1 v2 returns a fresh array containing the concatenation of the arrays v1 and v2 ... val map2 : ('a -> 'b -> 'c) -> 'a array -> 'b array -> 'c array.
確定! 回上一頁