We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
public struct HexadecimalData: RawRepresentable, Codable
Codable, RawRepresentable
Codable
RawRepresentable
init?(rawValue:)
public init?(rawValue: Data)
init(_:)
public init(_ data: Data)
init(from:)
public init(from decoder: Decoder) throws
rawValue
var rawValue: Data
isEmpty
var isEmpty: Bool
encode(to:)
public func encode(to encoder: Encoder) throws