i'm on pg 108/248 of the book. i noticed it mentio...
# announcements
s
i'm on pg 108/248 of the book. i noticed it mentioned about lambda capturing, how a copy is performed. what did it mean by this? if i have a list of a bajillion elements, and have a lambda that adds 1 element to it via capture, i can expect that to be slow?