# Functions
NewBytes returns a Bytes pool with capacity for max byte slices to be pool.
NewGeneric returns a Generic pool with capacity for max items to be pool.
NewBytes returns a Bytes pool with capacity for max byte slices to be pool.
# Structs
Bytes is a pool of byte slices that can be re-used.
Generic is a pool of types that can be re-used.
LimitedBytes is a pool of byte slices that can be re-used.