bytes.Clone for slice copying #2251
Labels
enhancement
Improving existing functionality
go
Go language related
I4
No visible changes
S2
Regular significance
U4
Nothing urgent
Milestone
Go 1.20 finally brought to us a killer feature --- bytes.Clone library function that can... copy byte slices! We can finally replace
slice.Copy
(but not a `slice.CopyReverse, ha-ha) with something standard.The text was updated successfully, but these errors were encountered: