The hash function to use when combining the components of the horizontal edge.
Instance Method
インスタンスメソッド
hash(into:)
Hashes the essential components of the horizontal edge by passing them into the given hash function.
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Swift
UI
Declaration 宣言
func hash(into hasher: inout Hasher
)
Available when
Self
conforms to Hashable
and RawValue
conforms to Hashable
.
Self
がHashable
に準拠するそしてRawValue
がHashable
に準拠する時に利用可能です。
Parameters パラメータ
hasher