package
Version:
v0.2.5
Opens a new window with list of versions in this module.
Published: Jul 4, 2024
License: EPL-1.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package seq provides a definition of an internal Seq interface for
use across packages. It is used to avoid circular dependencies.
type Seq interface {
First() any
Next() Seq
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.