File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10428
10428
and \tcode{proj1} and \tcode{proj2} be \tcode{identity\{\}}
10429
10429
for the overloads with no parameters by those names;
10430
10430
\item
10431
- $M$ be \tcode{last1 - first1} plus the number elements in \range{first2}{last2}
10431
+ $M$ be \tcode{last1 - first1} plus the number of elements in \range{first2}{last2}
10432
10432
that are not present in \range{first1}{last1};
10433
10433
\item
10434
10434
\tcode{result_last} be \tcode{result + $M$}
10559
10559
and \tcode{proj1} and \tcode{proj2} be \tcode{identity\{\}}
10560
10560
for the overloads with no parameters by those names;
10561
10561
\item
10562
- $M$ be the number elements in \range{first1}{last1}
10562
+ $M$ be the number of elements in \range{first1}{last1}
10563
10563
that are present in \range{first2}{last2};
10564
10564
\item
10565
10565
\tcode{result_last} be \tcode{result + $M$}
10688
10688
and \tcode{proj1} and \tcode{proj2} be \tcode{identity\{\}}
10689
10689
for the overloads with no parameters by those names;
10690
10690
\item
10691
- $M$ be the number elements in \range{first1}{last1}
10691
+ $M$ be the number of elements in \range{first1}{last1}
10692
10692
that are not present in \range{first2}{last2};
10693
10693
\item
10694
10694
\tcode{result_last} be \tcode{result + $M$}
You can’t perform that action at this time.
0 commit comments