Functional Data Structures in C++: Lists | Bartosz Milewski's Programming Cafe

Functional Data Structures in C++: Lists | Bartosz Milewski's Programming Cafe

瀏覽:550
日期:2024-08-01
"Data structures in functional languages are immutable." What?! How can you write programs if you can't mutate data? To an imperative programmer this sounds like anathema. "Are you telling me that I can't change a value stored in a vector, delete a node i...看更多