I have a `List` of objects that each contain an `I...
# announcements
f
I have a
List
of objects that each contain an
Int
property. What's the most idiomatic way of getting the sum of those `Int`s? Edit: I think I found it:
sumOf
❤️
w
I believe you can use
sumOf
. 👍
f
yes 👍
1