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 89f5c86 commit 49eabc0Copy full SHA for 49eabc0
source/memory.tex
@@ -3952,11 +3952,11 @@
3952
\begin{itemdescr}
3953
\pnum
3954
\expects
3955
-\tcode{get() != nullptr}.
+\tcode{get() != nullptr} is \tcode{true}.
3956
3957
3958
\hardexpects
3959
-\tcode{i <= 0}. If \tcode{T} is \tcode{U[N]}, \tcode{i < N}.
+$\tcode{i} \ge 0$. If \tcode{T} is \tcode{U[N]}, $\tcode{i} < \tcode{N}$.
3960
3961
3962
\returns
0 commit comments