package ds type List[T any] interface { Coll[T] Indexable[int, T] IndexedRemovable[int, T] }