Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByteArena/box2d
/ NewB2GrowableStack
Function
NewB2GrowableStack
CommonB2GrowableStack.go:10–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
}
9
10
func
NewB2GrowableStack() *B2GrowableStack {
11
return
&B2GrowableStack{
12
top: nil,
13
size: 0,
14
}
15
}
16
17
type
StackElement
struct
{
18
value
interface
{}
// All types satisfy the empty interface, so we can store anything here.
Callers
2
Query
Method · 0.85
RayCast
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected