Pinned Loading
-
OptionSetAssociated: Swift's OptionS...
OptionSetAssociated: Swift's OptionSet with associated value for members. 1import Foundation
23public protocol OptionSetAssociated: OptionSet where RawValue: FixedWidthInteger {
4var store: [RawValue: Any] { get set }
5}
-
-
-
-
Money
Money PublicForked from danthorpe/Money
Swift value types for working with money & currency
Swift
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.