MCPcopy 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
226type ArrayStruct struct {
227 n int
228 a Array
229}
230
231func (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