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
Define all dimensional/unit types in a single location via typedefs that are referenced everywhere else.
typedefs
This will make it simpler to change libraries if/when I decide to.
Even if I don't change to another library, it will still make my signatures more legible, eg. "duration" instead of "hour_t"
The text was updated successfully, but these errors were encountered:
Start isolating units in single file #9
db4787e
No branches or pull requests
Define all dimensional/unit types in a single location via
typedefs
that are referenced everywhere else.This will make it simpler to change libraries if/when I decide to.
Even if I don't change to another library, it will still make my signatures more legible,
eg. "duration" instead of "hour_t"
The text was updated successfully, but these errors were encountered: