# Dynalist - Linked Lists for Dynamically-Sized Types Implements linked lists that can be used with dynamically-sized types. By taking advantage of the fact that each node is behind a pointer, you can store many different types in a linked list.