The collection to wrap. ラップされるコレクション。
Generic Initializer
init(_:)
Creates a type-erased collection that wraps the given collection.
与えられたコレクションをラップする型消去コレクションを作成します。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.3+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
init<C>(_ base: C) where Element == C.Element
, C : RandomAccessCollection
Parameters パラメータ
base
Discussion 解説
Complexity: O(1). 計算量:O(1)。