Skip to content

Commit 5072c36

Browse files
committed
Update lessons learned
1 parent f177fb0 commit 5072c36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

learning/LIVESTREAM_LESSONS.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,5 @@ Prelude> let innerProduct = blackbird sum (zipWith (*))
150150

151151
### Livestream #12 2021-03-16
152152
* `` this is referred to as "lamp" because comments help illuminate your code
153-
*
153+
* `std::div` & friends exist in `<cstdlib>` which are analogs of Python's `divmod`
154+
* `std::negate` exists as a function object

0 commit comments

Comments
 (0)