Memory Management
Modern programming languages that we work with these days have made memory management simpler that ever, they manage it on their own using things like garbage collectors, smart pointers, ownership, etc.
Creating an empty vector is as simple as
let em...
hashnode.king-11.dev7 min read