You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than working with the protocol Money, or any of the concrete implementations directly, I would like the ability to progressively work with the Currency module by wrapping properties in my projects with a new PropertyWrapper that would handle all of the minorUnits and type constraints for me.
Desired Functionality
Rather than working with the protocol
Money
, or any of the concrete implementations directly, I would like the ability to progressively work with theCurrency
module by wrapping properties in my projects with a new PropertyWrapper that would handle all of theminorUnits
and type constraints for me.Proposed Naming
CurrencyValue
Format subtype
The text was updated successfully, but these errors were encountered: