Structure
FlattenSequence.Index
A position in a FlattenCollection
FlattenCollectionの中のある位置。
Technology
- Swift Standard Library
Swift標準ライブラリ
Declaration
宣言
Available when Base
conforms to Collection
and Base
.
Element
conforms to Collection
.
Base
がCollection
に準拠するそしてBase
.
Element
がCollection
に準拠する時に利用可能です。
Topics
話題
Instance Properties
様々なインスタンスプロパティ
var hashValue: Int
The hash value.
ハッシュ値。
Available when Base
conforms to Collection
, Base.Element
conforms to Collection
, Base
.
Index
conforms to Hashable
, and Base
.
Element
.
Index
conforms to Hashable
.
Base
がCollection
に準拠する、Base.Element
がCollection
に準拠する、Base
.
Index
がHashable
に準拠する、そしてBase
.
Element
.
Index
がHashable
に準拠する時に利用可能です。
Instance Methods
インスタンスメソッド
func hash(into: inout Hasher)
Hashes the essential components of this value by feeding them into the given hasher.
この値の本質的な構成要素を、それらをその与えられたhasherへと与えることによって、ハッシュ化します。
Available when Base
conforms to Collection
, Base.Element
conforms to Collection
, Base
.
Index
conforms to Hashable
, and Base
.
Element
.
Index
conforms to Hashable
.
Base
がCollection
に準拠する、Base.Element
がCollection
に準拠する、Base
.
Index
がHashable
に準拠する、そしてBase
.
Element
.
Index
がHashable
に準拠する時に利用可能です。
Relationships
関係
Conforms To
次に準拠
-
Comparable
-
Equatable
-
Hashable
Conforms when Base
conforms to Collection
, Base.Element
conforms to Collection
, Base
.
Index
conforms to Hashable
, and Base
.
Element
.
Index
conforms to Hashable
.
Base
がCollection
に準拠する、Base.Element
がCollection
に準拠する、Base
.
Index
がHashable
に準拠する、そしてBase
.
Element
.
Index
がHashable
に準拠する時に準拠します。