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
To create new unit it is required to provide Units type and an ComplexUnit instance. ComplexUnit is used to instantiate Units instances (see link)
Units
ComplexUnit
type Speed = Units[Meter :: HNil, Second :: HNil] object Speed extends ComplexUnit[Meter :: HNil, Second :: HNil]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To create new unit it is required to provide
Units
type and anComplexUnit
instance.ComplexUnit
is used to instantiate Units instances (see link)The text was updated successfully, but these errors were encountered: