tmp/tmpvsdtvm87/{from.md → to.md}
RENAMED
|
@@ -56,16 +56,16 @@ are convertible to `T`; otherwise,
|
|
| 56 |
*Effects:* For each integer `K` in \[`0`, `last - first`) assigns
|
| 57 |
through `result + K` the value of
|
| 58 |
|
| 59 |
- *GENERALIZED_NONCOMMUTATIVE_SUM*(
|
| 60 |
binary_op, init,
|
| 61 |
-
unary_op(\*(first + 0)), unary_op(\*(first + 1)),
|
| 62 |
unary_op(\*(first + K)))
|
| 63 |
if `init` is provided, or
|
| 64 |
- *GENERALIZED_NONCOMMUTATIVE_SUM*(
|
| 65 |
binary_op,
|
| 66 |
-
unary_op(\*(first + 0)), unary_op(\*(first + 1)),
|
| 67 |
unary_op(\*(first + K)))
|
| 68 |
otherwise.
|
| 69 |
|
| 70 |
*Returns:* The end of the resulting range beginning at `result`.
|
| 71 |
|
|
|
|
| 56 |
*Effects:* For each integer `K` in \[`0`, `last - first`) assigns
|
| 57 |
through `result + K` the value of
|
| 58 |
|
| 59 |
- *GENERALIZED_NONCOMMUTATIVE_SUM*(
|
| 60 |
binary_op, init,
|
| 61 |
+
unary_op(\*(first + 0)), unary_op(\*(first + 1)), …,
|
| 62 |
unary_op(\*(first + K)))
|
| 63 |
if `init` is provided, or
|
| 64 |
- *GENERALIZED_NONCOMMUTATIVE_SUM*(
|
| 65 |
binary_op,
|
| 66 |
+
unary_op(\*(first + 0)), unary_op(\*(first + 1)), …,
|
| 67 |
unary_op(\*(first + K)))
|
| 68 |
otherwise.
|
| 69 |
|
| 70 |
*Returns:* The end of the resulting range beginning at `result`.
|
| 71 |
|