Source File
go1_22_generic.go
Belonging Package
github.com/traefik/yaegi/stdlib/generic
//go:build go1.22// +build go1.22package genericimport _//go:embed go1_22_cmp_cmp.go.txtvar cmpSource string//go:embed go1_22_maps_maps.go.txtvar mapsSource string//go:embed go1_22_slices_slices.go.txtvar slicesSource string/*//go:embed go1_22_slices_sort.go.txtvar slicesSource1 string//go:embed go1_22_slices_zsortanyfunc.go.txtvar slicesSource2 string//go:embed go1_22_sync_oncefunc.go.txtvar syncSource string//go:embed go1_22_sync_atomic_type.go.txtvar syncAtomicSource string*/// Sources contains the list of generic packages source strings.var Sources = [...]string{cmpSource,mapsSource,slicesSource,// FIXME(marc): support the following.// slicesSource1,// slicesSource2,// syncAtomicSource,// syncSource,}
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |