Email or username:

Password:

Forgot your password?
Top-level
Anselm Schüler

@cliffle @luna you can modify your std to implement dereferencing for integers to return a proxy object that can be multiplied to exponentiate, no-one’s stopping you!

1 comment
cliffle

@anselmschueler ...so I know that was a joke but that's actually really hard to achieve without replacing the Deref trait, because of its return type

Ok I will stop over thinking this now 😁

Go Up