Index returns the element at i.
(i int)
| 16 | |
| 17 | // Index returns the element at i. |
| 18 | Index(i int) any |
| 19 | |
| 20 | // IndexType returns a non-nil scan target of the type Index will return. This is used by ArrayCodec.PlanEncode. |
| 21 | IndexType() any |
no outgoing calls
no test coverage detected