Versions in this module Expand all Collapse all v1 v1.2.1 Jun 21, 2026 Changes in this version + type Pool struct + func New[T any](pageSize int) (p *Pool[T]) + func (p *Pool[T]) Get() (v *T)