This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Olivia 🦀
iolivia.me
did:plc:vzpcrjmmykn3cx4kpieaawsb
When implementing Deref, we have to say what target type we want to dereference to, so type A in our original explanation is Student, and type B is String, so we go from A -> &B, ergo from Student -> &String, you can see this in the signature of the deref function.
2025-04-24T07:05:31.183Z