package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Feb 3, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
A Ring can be used as fixed size ring.
NewRing returns a Ring object with the given size n.
func (r *Ring) Add(v interface{})
Add adds v into r.
func (r *Ring) Take() []interface{}
Take takes all items from r.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.