New creates a new element at the specifed index with the specified span
(index int, span U64Span)
| 30 | SetSpan(index int, span U64Span) |
| 31 | // New creates a new element at the specifed index with the specified span |
| 32 | New(index int, span U64Span) |
| 33 | // Copy count list entries |
| 34 | Copy(to, from, count int) |
| 35 | // Resize adjusts the length of the array |
no outgoing calls