mirror of
https://github.com/IBM/fp-go.git
synced 2025-11-25 22:21:49 +02:00
8 lines
66 B
Go
8 lines
66 B
Go
package option
|
|
|
|
import "iter"
|
|
|
|
type (
|
|
Seq[T any] = iter.Seq[T]
|
|
)
|