Merge remote-tracking branch 'origin/master'

This commit is contained in:
Teiva Harsanyi 2022-11-10 11:37:07 +01:00
commit 4fdb88c13e
No known key found for this signature in database
GPG key ID: 421EF65C3FD2F93C

View file

@ -34,7 +34,7 @@ type customConstraint interface {
~int | ~string
}
func getKeysWithConstraing[K customConstraint, V any](m map[K]V) []K {
func getKeysWithConstraint[K customConstraint, V any](m map[K]V) []K {
return nil
}