Randomly Typed

23 - Immutable Data Structures

Informações:

Sinopsis

Most data structure are only useful if you can modify them. Today, JS and Lance talk about immutable data structure which don't allow for direct modification but instead encourage extension. We consider the situations in which these could be useful and how to build one from scratch.