From ac33124ed4ea0e63b388207683c21c6bad8afeed Mon Sep 17 00:00:00 2001 From: Yogthos Date: Fri, 5 Jun 2026 14:22:26 -0400 Subject: [PATCH] docs: drop map-entry divergence note (key/val now distinguish entries from vectors) --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5e870b1..43e962e 100644 --- a/README.md +++ b/README.md @@ -135,8 +135,6 @@ platform/design differences above, not by missing behavior: lose precision (doubles), and `subs`/`count` work on bytes, not code points. - **Eager seqs** — `map`/`filter`/`range` return vectors, so `seq?`/`vector?`/ `sequential?` of their results differ, and sorts aren't guaranteed stable. -- **Map entries** — a map entry is an ordinary 2-vector, so `key`/`val` accept - any 2-vector and a few `thrown?` cases for non-entries don't fire. ## License