iOS HMValueGettable

HMValueGettable is a protocol for getting the value of an object.

Properties

.value

Declaration

var value: UInt8? { get }

Conforming

Codable

Declaration

protocol Codable = Decodable & Encodable

Discussion

A type that can convert itself into and out of an external representation.

Read More

Equatable

Declaration

protocol Equatable

Discussion

A type that can be compared for value equality.

Read More