Data structures:
future.Future[T any]- Implementation of basic futures.iter.Iter[T any]anditer.IterCtx[T any]- lazy iterator pattern. Inspired by mtoohey31/iter, but using a single iterator function type.maps- A collection of helpful functions for working with maps.multimap.Multimap[K comparable, V any]- Convenience type formap[K]set.Set[V].predpackage - A collection of predicate function generators.set.Set[E]- Convenience type formap[E]struct{}.