ta-rs icon indicating copy to clipboard operation
ta-rs copied to clipboard

Change `usize` to `std::num::NonZeroUsize` in `new()` methods

Open virtualritz opened this issue 2 years ago • 0 comments

... and return Self instead of 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.

virtualritz avatar Jul 19 '22 13:07 virtualritz