sunflower/src/value
Julius 31c3827e96
Add support for operators to custom type
This is done by implementing the required functions for your custom type.

Sadly I could not solve this by using the regular traits like `Add`,
since I can't easily check if a different trait is implemented.
2022-07-04 22:23:59 +02:00
..
custom.rs Add support for operators to custom type 2022-07-04 22:23:59 +02:00
mod.rs Add support for operators to custom type 2022-07-04 22:23:59 +02:00