fix(doc): fix go playground demo URL (#832)

* fix(doc): fix go playground demo URL

* fix(doc): add more go playground demo URL
This commit is contained in:
Samuel Berthe
2026-03-06 00:09:59 +01:00
committed by GitHub
parent dc372c082b
commit fa095e4b4f
204 changed files with 471 additions and 311 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ category: it
subCategory: intersect
signatures:
- "func ElementsMatchBy[T any, K comparable](list1, list2 iter.Seq[T], transform func(item T) K) bool"
playUrl: "https://go.dev/play/p/5XrQKOk-vw"
playUrl: "https://go.dev/play/p/I3vFrmQo43E"
variantHelpers:
- it#intersect#elementsmatchby
similarHelpers: