Searched defs:ArrayCursor (Results 1 – 1 of 1) sorted by relevance
278 type ArrayCursor struct { struct279 c Cursor // cursor pointing at first element280 n int // number of elements292 func (a ArrayCursor) Elem(i int) Cursor {