Is it memory safe? Can I cause use-after free, double-free, out-of-bounds access errors or something similar? What about race conditions?
In your DCMP examples you demonstrate how types can be composed from smaller components. How does it work under the hood? Is it possible to create an abstract container for Legs and store inside it any object having this component?
Is it memory safe? Can I cause use-after free, double-free, out-of-bounds access errors or something similar? What about race conditions?
In your DCMP examples you demonstrate how types can be composed from smaller components. How does it work under the hood? Is it possible to create an abstract container for Legs and store inside it any object having this component?
i really like it. Keep going!
Thank you, I definitely will.