Versions in this module Expand all Collapse all v0 v0.2.0 May 11, 2026 Changes in this version + type Arena struct + func New[T any](capacity uint64) *Arena[T] + func (a *Arena[T]) Alloc() (*T, bool) + func (a *Arena[T]) AllocN(n uint64) ([]T, bool) + func (a *Arena[T]) Reset() v0.1.0-alpha.1 Jan 15, 2026