ElementType returns the reflect.Type of the elements in the slice.
()
| 39 | |
| 40 | // ElementType returns the reflect.Type of the elements in the slice. |
| 41 | ElementType() reflect.Type |
| 42 | |
| 43 | // ISlice returns a sub-slice from this slice using start and end indices. |
| 44 | ISlice(start, end uint64) Slice |