mirror of
https://github.com/IBM/fp-go.git
synced 2025-11-23 22:14:53 +02:00
8 lines
62 B
Go
8 lines
62 B
Go
package io
|
|
|
|
import "iter"
|
|
|
|
type (
|
|
Seq[T any] = iter.Seq[T]
|
|
)
|