MCPcopy 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
16type Block[T any] [BlockSize]Element[T]
17
18type Queue[T any] struct {
19 blocks []*Block[T]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected