Closed douyixuan closed 3 months ago
minimal example:
s := []uint64{0, 1, 2} size := len(s) p := make([]int, size, size) // type, len, cap
minimal example: