Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/armon/circbuf
/ types & classes
Types & classes
1 in github.com/armon/circbuf
⨍
Functions
15
◇
Types & classes
1
Struct
Buffer
Buffer implements a circular buffer. It is a fixed size, and new writes overwrite older data, such that for a buffer of size N, for any amount of writ
circbuf.go:11