Home
last modified time | relevance | path

Searched defs:ArrayCursor (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/compile/internal/rttype/
Drttype.go278 type ArrayCursor struct { struct
279 c Cursor // cursor pointing at first element
280 n int // number of elements
292 func (a ArrayCursor) Elem(i int) Cursor {