Under the hood: Vec
A conspiracy!As I was reading the Rust API documentation for std::vec::Vec, something interesting caught my eye in the Vec struct…
A conspiracy!As I was reading the Rust API documentation for std::vec::Vec, something interesting caught my eye in the Vec struct…
Go has a feature called struct embedding that allows you to compose types. It looks something like this: type Position…