FastList
object FastList
A List data type that tries to avoid allocating by special-casing the
singleton list and preventing pattern matching.
A List data type that tries to avoid allocating by special-casing the
singleton list and preventing pattern matching.