]> Cypherpunks.ru repositories - gostls13.git/history - src/slices/slices.go
slices: update doc for Delete and Replace
[gostls13.git] / src / slices / slices.go
2023-11-09 Jes Cokslices: update doc for Delete and Replace
2023-11-08 Jes Cokslices: make Insert panic if index is out of range...
2023-10-19 go101slices: avoid an unnecessary check in Replace
2023-08-20 Brad Fitzpatrickslices: simplify Clone a bit
2023-08-08 Carl Johnsonslices: add Concat
2023-07-20 amdahliuslices: refactor DeleteFunc to improve code readability
2023-06-29 Ben Hoytslices, maps: add examples; doc comment fixes
2023-06-26 Tobias Klauserslices: add godoc links
2023-06-14 Ian Lance Taylorslices: consistently use S ~[]E
2023-05-23 Eli Benderskyslices: add sorting and comparison functions
2023-05-19 Alan Donovanslices: add in-place Reverse function
2023-05-16 Keith Randallslices: for Insert and Replace, grow slices like append...
2023-05-16 Keith Randallslices: handle aliasing cases in Insert/Replace
2023-04-19 Egon Elbreslices: optimize Index and Compact for large types
2023-04-13 Ian Lance Taylorslices: amortize allocations in Insert
2023-04-07 Ian Lance Taylorslices: add DeleteFunc
2023-02-13 Ian Lance Taylorslices: new package