mem.eql (stdlib)

This commit is contained in:
2026-07-12 21:02:12 +02:00
parent c914083102
commit 0a424ec6d2
5 changed files with 51 additions and 2 deletions
+1 -1
View File
@@ -794,7 +794,7 @@
32. disallow arbitrary integer division
- take inspiration from zig
- see also below for a word on unchecked casts
- the user should be explicit about what they mean with integer division (e.g. `div`, `rem`, `trunc`)
- the user should be explicit about what they mean with integer division (e.g. `div`, `rem`)
## A word on unchecked casts