package array type Enumerator[T any] interface { Next() bool Current() (*T, error) Destroy() error }