package
Version:
v0.19.0
Opens a new window with list of versions in this module.
Published: Jan 29, 2024
License: MIT
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
¶
type Cloneable[T any] interface {
Clone() T
}
type Comparable[T any] interface {
Compare(other T) int
}
type Function1[T any] func(T)
type Iterator[T any] interface {
HasNext() bool
Next() T
}
type Mapper[S any, T any] func(S) T
Source Files
¶
Click to show internal directories.
Click to hide internal directories.