]> Cypherpunks.ru repositories - gostls13.git/blob - api/next/57433.txt
slices: new package
[gostls13.git] / api / next / 57433.txt
1 pkg slices, func Clip[$0 interface{ ~[]$1 }, $1 interface{}]($0) $0 #57433
2 pkg slices, func Clone[$0 interface{ ~[]$1 }, $1 interface{}]($0) $0 #57433
3 pkg slices, func CompactFunc[$0 interface{ ~[]$1 }, $1 interface{}]($0, func($1, $1) bool) $0 #57433
4 pkg slices, func Compact[$0 interface{ ~[]$1 }, $1 comparable]($0) $0 #57433
5 pkg slices, func ContainsFunc[$0 interface{}]([]$0, func($0) bool) bool #57433
6 pkg slices, func Contains[$0 comparable]([]$0, $0) bool #57433
7 pkg slices, func Delete[$0 interface{ ~[]$1 }, $1 interface{}]($0, int, int) $0 #57433
8 pkg slices, func EqualFunc[$0 interface{}, $1 interface{}]([]$0, []$1, func($0, $1) bool) bool #57433
9 pkg slices, func Equal[$0 comparable]([]$0, []$0) bool #57433
10 pkg slices, func Grow[$0 interface{ ~[]$1 }, $1 interface{}]($0, int) $0 #57433
11 pkg slices, func IndexFunc[$0 interface{}]([]$0, func($0) bool) int #57433
12 pkg slices, func Index[$0 comparable]([]$0, $0) int #57433
13 pkg slices, func Insert[$0 interface{ ~[]$1 }, $1 interface{}]($0, int, ...$1) $0 #57433
14 pkg slices, func Replace[$0 interface{ ~[]$1 }, $1 interface{}]($0, int, int, ...$1) $0 #57433