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