package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

New creates a ring of n elements.

# Structs

Buffer provides functionality akin to a []T, for cases that usually push to the back and pop from the front, and would like to reduce allocations.
A Ring is an element of a circular list, or ring.