Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tinygo-org/tinygo
/ ArrayStruct
Struct
ArrayStruct
testdata/interface.go:226–229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
224
}
225
226
type
ArrayStruct
struct
{
227
n int
228
a Array
229
}
230
231
func
(a ArrayStruct) Nth(n int) uint32 {
232
return
a.a[n]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected