Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/egonelbre/exp
/ Block
TypeAlias
Block
blockqueue/main.go:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
type
Block[T any] [BlockSize]Element[T]
17
18
type
Queue[T any]
struct
{
19
blocks []*Block[T]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected