We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
public protocol UnitProduct { associatedtype Factor1: Dimension associatedtype Factor2: Dimension associatedtype Product: Dimension typealias UnitMapping = (Factor1, Factor2, Product) static func defaultUnitMapping() -> UnitMapping static func preferredUnitMappings() -> [UnitMapping] }
This capability is described in SE-0092, which has been implemented a few days ago, but it is not available in Xcode 8 beta 4 yet.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This capability is described in SE-0092, which has been implemented a few days ago, but it is not available in Xcode 8 beta 4 yet.
The text was updated successfully, but these errors were encountered: