TaperForList extension

Lists are encoded as a map from indizes to values. That makes random access to items possible. Inserting items in the middle of the list is quite expensive, but that's okay because it's typically not done that often.

on

Methods

forList<T>() Taper<List<T>>