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.
str::mem
std::mem
1 parent 8a7d056 commit fc81aa4Copy full SHA for fc81aa4
src/vec.md
@@ -9,7 +9,7 @@ in a similar form as it is today.
9
However we will generally try to avoid unstable code where possible. In
10
particular we won't use any intrinsics that could make a code a little
11
bit nicer or efficient because intrinsics are permanently unstable. Although
12
-many intrinsics *do* become stabilized elsewhere (`std::ptr` and `str::mem`
+many intrinsics *do* become stabilized elsewhere (`std::ptr` and `std::mem`
13
consist of many intrinsics).
14
15
Ultimately this means our implementation may not take advantage of all
0 commit comments