auto_ops
auto_ops copied to clipboard
const impls please?
Would it be possible to optionally or automagically add const to the impls?
Rigt now I need to replace many of impl_op_ex! with handwritten impls to add the const :(
Afaik const impls are not actually a thing yet?
https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=f7b57d992bf3c7e1cc392e82eb4e8d3d playground does not agree with you, they just need a features enabled, so opt in would be required (to not force nightly on everyone).
Alright, I'll figure out how to get the macros to work.