Versions in this module Expand all Collapse all v1 v1.0.0 Jun 18, 2020 Changes in this version + type Pool struct + func (p *Pool) Free(s Slice) + func (p *Pool) Make(len, cap, pad int) Slice + type Slice []byte + func Make(len, cap, pad int) Slice + func (s Slice) Append(elems ...byte) Slice + func (s Slice) Pad() int + func (s Slice) Prepend(elems ...byte) Slice