Not to be confused with any Akka component, this scala standard library class provides a lazy, immutable list, and can be constructed with the #:: operator.
This type, famously provided by the Shapeless library, models a "linked list" of different types, providing a variable-length tuple-like structure that can be transformed in any number of ways, and is especially useful for macros and code generation.