Skip to content

HexadecimalData

ratranqu edited this page Jan 28, 2021 · 1 revision

HexadecimalData

public struct HexadecimalData: RawRepresentable, Codable

Inheritance

Codable, RawRepresentable

Initializers

init?(rawValue:)

public init?(rawValue: Data)

init(_:)

public init(_ data: Data)

init(from:)

public init(from decoder: Decoder) throws

Properties

rawValue

var rawValue: Data

isEmpty

var isEmpty: Bool

Methods

encode(to:)

public func encode(to encoder: Encoder) throws

Clone this wiki locally