MCPcopy Create free account
hub / github.com/dustinxie/lockfree / stack

Struct stack

list/stack.go:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22type (
23 stack struct {
24 count uint64
25 head *node
26 }
27)
28
29// NewStack creates a new stack

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected