@nytpu ok, and when you're reading code that calls those accessors, do you see what function is being called, and can you right click -> go to definition?
or is it more of a spooky action at a distance, like operator overloading?
https://mstdn.io/@wolf480pl/113589825305857012
2024-12-03 nytpu ┃ edited ┃ 1💬
@wolf480pl Yeah, it should point you to the slot definition that requested the trivial accessors. And the DEFCLASS macroexpands into pretty much exactly what I did so the autogenerated things […]
────
────