package
0.0.0-20220328191113-6b453b27fa81
Repository: https://github.com/craigkelly/grample.git
Documentation: pkg.go.dev

# Functions

NewCircularInt creates a new circular buffer of totalSize.

# Structs

CircularInt is a circular buffer of ints with the ability to iterate over the first and second halves of the integers collected in the order that they were appended.
CircularIntIterator provides an iterator over a CircularInt buffer.