Versions in this module Expand all Collapse all v2 v2.0.2 Jan 29, 2024 v2.0.1 Jan 29, 2024 Changes in this version + type FastBuffer struct + func New() *FastBuffer + func (f *FastBuffer) Bytes() []byte + func (f *FastBuffer) Grow(n int) + func (f *FastBuffer) Len() int + func (f *FastBuffer) Reset() + func (f *FastBuffer) Reslice(start, end int) + func (f *FastBuffer) String() string + func (f *FastBuffer) UnsafeString() string + func (f *FastBuffer) Write(p []byte) (n int, err error) + func (f *FastBuffer) WriteBytes(b []byte) + func (f *FastBuffer) WriteString(s string)