package io import "iter" type ( Seq[T any] = iter.Seq[T] )