RawRepresentable Implementations
No overview available.
概要は利用可能でありません。
Topics
話題
Initializers
イニシャライザ
init(from: Decoder) throws
Creates a new instance by decoding from the given decoder, when the type’s RawValue
is Int8
.
Available when Self
conforms to Decodable
and RawValue
is Int8
.
Instance Properties
インスタンスプロパティ
var hashValue: Int
The hashed value of the horizontal edge.
Available when Self
conforms to Hashable
and RawValue
conforms to Hashable
.
Self
がHashable
に準拠するそしてRawValue
がHashable
に準拠する時に利用可能です。
Instance Methods
インスタンス メソッド
func encode(to: Encoder) throws
Encodes this value into the given encoder, when the type’s RawValue
is Int8
.
Available when Self
conforms to Encodable
and RawValue
is Int8
.
func hash(into: inout Hasher)
Hashes the essential components of the horizontal edge by passing them into the given hash function.
Available when Self
conforms to Hashable
and RawValue
conforms to Hashable
.
Self
がHashable
に準拠するそしてRawValue
がHashable
に準拠する時に利用可能です。