# Functions

IndexByte returns the index of the first instance of c in b, or -1 if c is not present in b.
NewBuffer creates and initializes a new [Buffer] using buf as its initial contents.
NewBufferString creates and initializes a new [Buffer] using string s as its initial contents.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

MinRead is the minimum slice size passed to a Read call by [Buffer.ReadFrom].

# Variables

ErrTooLarge is passed to panic if memory cannot be allocated to store data in a buffer.

# Structs

A Buffer is a variable-sized buffer of bytes with [Buffer.Read] and [Buffer.Write] methods.
bytes buffer.
string buffer.

# Interfaces

No description provided by the author