Instance Method インスタンスメソッド

anyObject()

Returns one of the objects in the set, or nil if the set contains no objects. 集合の中のオブジェクトの1つを返します、または集合がオブジェクトを含まないならばnil

Declaration 宣言

func anyObject() -> Any?

Return Value 戻り値

One of the objects in the set, or nil if the set contains no objects. The object returned is chosen at the set’s convenience—the selection is not guaranteed to be random. 集合の中のオブジェクトの1つ、または集合がオブジェクトを含まないならばnil。返されるオブジェクトは、集合の都合で選ばれます — 選択は無作為であることを保証されません。

See Also 参照

Accessing Set Members 集合メンバにアクセスする