Commit Graph

4 Commits (7236b204b9a594707889c0848dae1320f3567bb5)

Author SHA1 Message Date
Julius 7236b204b9
Fix some clippy pedantic errors 2022-07-04 00:11:55 +02:00
Julius 1c6d8a90d4
Fix clippy errors 2022-07-03 23:16:35 +02:00
Julius 4700af0e54
Allow functions to take both ref and value params 2022-07-03 21:45:38 +02:00
Julius 25a9a772e6
Add custom types. Make an attempt at method calls.
You just need to implement `CustomValue`, `Debug` and `Clone`
for your own types, and the type can be used in your code.

Next on the list: method calls (e.g. x.y(), instead of y(x))
2022-07-03 20:32:31 +02:00