MCPcopy 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
10func NewB2GrowableStack() *B2GrowableStack {
11 return &B2GrowableStack{
12 top: nil,
13 size: 0,
14 }
15}
16
17type StackElement struct {
18 value interface{} // All types satisfy the empty interface, so we can store anything here.

Callers 2

QueryMethod · 0.85
RayCastMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected