We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266dfad commit a6d3f8cCopy full SHA for a6d3f8c
lib-sized.md
@@ -1,12 +1,12 @@
1
2
-### hash : Sized<size> -> Bool;
+### `hash : Sized<size> -> Bool`
3
4
The hash is not a cryptographic hash.
5
6
-### is : (Sized<size>,Sized<size>) -> Bool;
+### `is : (Sized<size>,Sized<size>) -> Bool`
7
8
`is` checks for binary equality of two memory regions.
9
10
-### mem-is-non-zero : Sized<size> -> Bool;
+### `mem-is-non-zero : Sized<size> -> Bool`
11
12
`mem-is-non-zero` checks if a memory region is zeroed out.
0 commit comments