concat()

2つの配列を連結します。 Array.concat()に対応します。入力された配列は変更されません。

実例

シンタックス

concat(a, b)

パラメーター

a
Array:

連結する1つ目の配列

b
Array:

連結する2つ目の配列

リターン

Array: 連結された配列
This page is generated from the comments in src/utilities/array_functions.js . Please feel free to edit it and submit a pull request!

関連するリファレンス