package
Version:
v0.0.0-...-c234f5e
Opens a new window with list of versions in this module.
Published: Mar 9, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Sum[T Number](vals ...T) T
type LinkedList[T any] struct {
}
type MyList[T any] interface {
Add(index int, val T)
Append(val T)
}
type Pair[T any] struct {
A, B T
}
type Stringer interface {
String() string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.