docs: drop map-entry divergence note (key/val now distinguish entries from vectors)
This commit is contained in:
parent
360b23c8af
commit
ac33124ed4
1 changed files with 0 additions and 2 deletions
|
|
@ -135,8 +135,6 @@ platform/design differences above, not by missing behavior:
|
||||||
lose precision (doubles), and `subs`/`count` work on bytes, not code points.
|
lose precision (doubles), and `subs`/`count` work on bytes, not code points.
|
||||||
- **Eager seqs** — `map`/`filter`/`range` return vectors, so `seq?`/`vector?`/
|
- **Eager seqs** — `map`/`filter`/`range` return vectors, so `seq?`/`vector?`/
|
||||||
`sequential?` of their results differ, and sorts aren't guaranteed stable.
|
`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
|
## License
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue