Versions in this module Expand all Collapse all v1 v1.1.1 Feb 22, 2025 v1.1.0 Feb 22, 2025 Changes in this version + type Pool struct + func GetPool[T any]() *Pool[T] + func (p *Pool[T]) Get() *T + func (p *Pool[T]) Put(x *T)