Skip to content

Commit 266dfad

Browse files
Update lib-sized.md
1 parent 719d352 commit 266dfad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lib-sized.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11

22
### hash : Sized<size> -> Bool;
33

4+
The hash is not a cryptographic hash.
5+
46
### is : (Sized<size>,Sized<size>) -> Bool;
57

6-
### mem-is-nonzero : Sized<size> -> Bool;
8+
`is` checks for binary equality of two memory regions.
9+
10+
### mem-is-non-zero : Sized<size> -> Bool;
711

12+
`mem-is-non-zero` checks if a memory region is zeroed out.

0 commit comments

Comments
 (0)