A slice is a structure of 3 fields. a pointer to the underlying array; length of the slice; capacity of the slice. You can see this in slice.go, ...
確定! 回上一頁