You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chapters/02_introduction.tex
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -127,10 +127,16 @@ \section{A simpler mental model for iterators}
127
127
128
128
Ranges passed in as arguments are usually apparent, typically specified by pair of iterators.
129
129
130
-
130
+
\begin{box-note}
131
+
\footnotesize Example with two ranges passed in as an argument. The input range is fully specified, and the end iterator for the output range is implied from the number of elements in the input range.
0 commit comments