Versions in this module Expand all Collapse all v2 v2.10.0 Jul 31, 2025 v2.9.0 Jul 29, 2025 v2.8.0 Oct 8, 2024 Changes in this version + func GetMinCap[PoolT any, Cap constraints.Integer](pool *Pool[PoolT], minCap Cap) *[]PoolT + type Pool struct + func (me *Pool[T]) Get() (ret *[]T) + func (me *Pool[T]) Put(b *[]T)