Discussion 解説
If the underlying collection stored by other
does not satisfy Random
, the result is nil
.
other
によって格納される基礎をなすコレクションがRandom
の条件を満たさないならば、結果はnil
です。
Complexity: O(1) 計算量:O(1)
AnyRandomAccessCollection
having the same underlying collection as other
.
AnyRandomAccessCollection
を作成します、other
と同じ基盤コレクションを持っています。
Availability
Technology
init?(_ other: AnyBidirectionalCollection
<Element>)
If the underlying collection stored by other
does not satisfy Random
, the result is nil
.
other
によって格納される基礎をなすコレクションがRandom
の条件を満たさないならば、結果はnil
です。
Complexity: O(1) 計算量:O(1)