package
0.0.0-20240603153513-85a4060560ea
Repository: https://github.com/adamcolton/luce.git
Documentation: pkg.go.dev

# Functions

Get returns a Buffer from the pool.
MustWriterToString takes a WriterTo, writes it's contents to a buffer and returns the value as a string.
Put returns a buffer from the pool.
PutAndCopy returns the buffer to the pool and returns a copy of it's byte slice.
PutStr returns a buffer from the pool and returns it's value as a string.
WriterToString takes a WriterTo, writes it's contents to a buffer and returns the value as a string.

# Variables

Pool is the package instance of BufferPool.

# Interfaces

BufferPool can Get or Put a Buffer to a pool.