The first object for the array.
この配列に対する最初のオブジェクト。
...
A comma-separated list of additional objects, ending with nil.nilで終わる、コンマで区切られた追加オブジェクトのリスト。
Return Value
戻り値
An array containing the objects in the argument list.
引数リストの中のオブジェクトを含んでいる1つの配列。
Discussion
議論
The following code example creates an array containing three different types of element:
以下のコード例は、3つの異なる要素の型を含んでいる配列を作成します。
Alternatively, you can use array literal syntax in Objective-C or Swift to create an array containing given objects:
あるいはまた、あなたは配列リテラル構文をObjective-CまたはSwiftにおいて使用して、与えられたオブジェクトいくらかを含んでいる配列を作成できます: