package
Version:
v0.4.8
Opens a new window with list of versions in this module.
Published: Dec 15, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
Documentation
¶
type Pool[T TPool] struct {
}
func (v *Pool[T]) Get() T
func (v *Pool[T]) Put(t T)
type SlicePool[T any] struct {
B []T
}
type TPool interface {
Reset()
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.