Discussion 解説
Complexity: O(1) 計算量:O(1)
AnyCollection
having the same underlying collection as other
.
AnyCollection
を作成します、other
と同じ基礎をなすコレクションを持っています。
Availability
Technology
init(_ other: AnyRandomAccessCollection
<Element>)
Complexity: O(1) 計算量:O(1)