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 Coin: Codable
Codable, Comparable
Codable
Comparable
init(denomination:amount:)
public init(denomination: String, amount: UInt)
init(from:)
public init(from decoder: Decoder) throws
encode(to:)
public func encode(to encoder: Encoder) throws
+(lhs:rhs:)
public static func +(lhs: Coin, rhs: Coin) -> Coin
<(lhs:rhs:)
public static func <(lhs: Coin, rhs: Coin) -> Bool