Versions in this module Expand all Collapse all v0 v0.1.1 Apr 24, 2026 v0.1.0 Apr 24, 2026 Changes in this version + type DropFunc func(T) + type NewFunc func() T + type Options struct + New NewFunc[T] + OnDrop DropFunc[T] + Reset ResetFunc[T] + Reuse ReuseFunc[T] + type Pool struct + func New[T any](options Options[T]) *Pool[T] + func (p *Pool[T]) Get() T + func (p *Pool[T]) Put(value T) + type ResetFunc func(T) + type ReuseFunc func(T) bool