rust-num / num-traits

Numeric traits for generic mathematics in Rust
Apache License 2.0
699 stars 131 forks source link

Make a const version of min/max_value #252

Open Cypher1 opened 1 year ago

Cypher1 commented 1 year ago

Please either add const to the existing members of the Bounded trait, or make a BoundedConst trait to supply const functions.