diff --git a/source/containers.tex b/source/containers.tex index 8e85e17d4c..6c767b5edb 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -21764,16 +21764,7 @@ \pnum Throughout \ref{mdspan.layout.leftpad}, -let \tcode{P_rank} be the following -size \exposid{rank_} parameter pack of \tcode{size_}t values: -\begin{itemize} -\item -the empty parameter pack, if \exposid{rank_} equals zero; -\item -\tcode otherwise, \tcode{0zu}, if \exposid{rank_} equals one; -\item -otherwise, the parameter pack \tcode{0zu}, \tcode{1zu}, \ldots, \tcode{\exposid{rank_}- 1}. -\end{itemize} +let \tcode{P_rank} be the pack \tcode{0, 1, $\dotsc$, (\exposid{rank_} - 1)}. \pnum \mandates @@ -22389,16 +22380,7 @@ \pnum Throughout \ref{mdspan.layout.rightpad}, -let \tcode{P_rank} be the following -size \exposid{rank_} parameter pack of \tcode{size_}t values: -\begin{itemize} -\item -the empty parameter pack, if \exposid{rank_} equals zero; -\item -\tcode otherwise, \tcode{0zu}, if \exposid{rank_} equals one; -\item -otherwise, the parameter pack \tcode{0zu}, \tcode{1zu}, \ldots, \tcode{\exposid{rank_}- 1}. -\end{itemize} +let \tcode{P_rank} be the pack \tcode{0, 1, $\dotsc$, (\exposid{rank_} - 1)}. \pnum \mandates