Skip to content

Commit e9d0bef

Browse files
Dawn Perchikzygoloid
authored andcommitted
[alg.is.permutation] Add parameters to \libconcept{sized_sentinel_for} as suggested in PR #3099.
1 parent f85946b commit e9d0bef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/algorithms.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3859,8 +3859,8 @@
38593859
\complexity
38603860
No applications of the corresponding predicate and projections if:
38613861
\begin{itemize}
3862-
\item \tcode{S1} and \tcode{I1} model \libconcept{sized_sentinel_for},
3863-
\item \tcode{S2} and \tcode{I2} model \libconcept{sized_sentinel_for}, and
3862+
\item \tcode{S1} and \tcode{I1} model \tcode{\libconcept{sized_sentinel_for}<S1, I1>},
3863+
\item \tcode{S2} and \tcode{I2} model \tcode{\libconcept{sized_sentinel_for}<S2, I2>}, and
38643864
\item \tcode{last1 - first1 != last2 - first2}.
38653865
\end{itemize}
38663866
Otherwise, exactly \tcode{last1 - first1} applications

0 commit comments

Comments
 (0)