From 284e78fe19a4f8d2e1c488195ddbe6e57db8806e Mon Sep 17 00:00:00 2001 From: William Dillon Date: Fri, 28 Nov 2025 13:04:26 -0500 Subject: [PATCH] removing LLM notes from README --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index f5c98d9..2502c08 100644 --- a/README.md +++ b/README.md @@ -101,16 +101,4 @@ go test ./... -v ``` The repository includes unit tests (`set_test.go`) demonstrating expected -behavior for union, intersection, difference, membership, and conversions. - -## Notes - -- Because the implementation uses `constraints.Ordered`, only ordered types are - supported (numbers, strings). If you need sets for non-ordered types (e.g. - structs) you can adapt the code to use `comparable` and provide a custom - ordering for `ToSortedSlice`. -- The `Equal` method uses `maps.Equal` from the standard library to compare - underlying maps. - -If you'd like, I can update the README with an import path (module name), -add more examples for strings or custom types, or include benchmarks. +behavior for union, intersection, difference, membership, and conversions. \ No newline at end of file