Versions in this module Expand all Collapse all v1 v1.0.1 Apr 8, 2022 Changes in this version + var Allocator allocator.MemoryManager = callocator.Instance + type Slice struct + func New(cap int) *Slice + func (s *Slice) Cap() int + func (s *Slice) Free() + func (s *Slice) Get(i int) V + func (s *Slice) Len() int + func (s *Slice) PushBack(value V) + func (s *Slice) Put(i int, value V) + func (s *Slice) String() string + type V = int