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
usize
std::num::NonZeroUsize
new()
... and return Self instead of Option<Self>.
Self
Option<Self>
I.e. put the bounds checking that currently happens w/o opt-in inside each period-based indicator's new() method at the discretion of the crate user.
period
The text was updated successfully, but these errors were encountered:
No branches or pull requests
... and return
Self
instead ofOption<Self>
.I.e. put the bounds checking that currently happens w/o opt-in inside each
period
-based indicator'snew()
method at the discretion of the crate user.The text was updated successfully, but these errors were encountered: