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, ExpressibleByArgument
Codable
Comparable
ExpressibleByArgument
init?(argument:)
public init?(argument: String)
init(denomination:amount:)
public init(denomination: String, amount: UInt)
init?(string:)
public init?(string: String)
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