Commit Graph

3 Commits (31c3827e9649ef2d302204c09512b1bd1870ec61)

Author SHA1 Message Date
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
Julius 7236b204b9
Fix some clippy pedantic errors 2022-07-04 00:11:55 +02:00
Julius 68bcdb987e
Add method syntax 2022-07-03 23:13:12 +02:00