package
Version:
v0.6.2
Opens a new window with list of versions in this module.
Published: Nov 16, 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 Numeric interface {
uint
}
type SomeCounter interface {
AddOne()
GetCount() int
}
type SomeCounterGeneric[T Numeric] interface {
Add(number T)
GetCount() T
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.