# Functions

MakePool returns a Pool of slices with the specified length.

# Structs

LazySlice holds 0 or 1 slices from a particular Pool.
Pool wraps a sync.Pool of *[]byte.