Versions in this module Expand all Collapse all v1 v1.0.1 Apr 30, 2024 Changes in this version + type Prependable struct + func New(size int) Prependable + func NewEmptyFromSlice(v []byte) Prependable + func NewFromSlice(v []byte) Prependable + func (p *Prependable) Prepend(size int) []byte + func (p *Prependable) TrimBack(size int) + func (p Prependable) AvailableLength() int + func (p Prependable) DeepCopy() Prependable + func (p Prependable) UsedLength() int + func (p Prependable) View() []byte