Swift Tips #35 - reduce

preview_player
Показать описание
#iOS #swift #softwaredeveloper #iosdeveloper

Thank you for watching this video 🙌

(affiliate link)

•••••••••••• Music By •••••••••••••
"Picket Fences''
Jay Man - OurMusicBox
Рекомендации по теме
Комментарии
Автор

Did you find this tip useful? Are you planning on using it in your apps? Let me know in the comments 🚀

v_pradeilles
Автор

Great videos - love this short format perfect for playing and learning in Playground! ♥

sktec
Автор

Awesome simple example how to use reduce! Congrats! Which functional programming tools do you think are more usefull?

innovalonia
Автор

I am curious about + operator, suppose we need to develop similar like either pass closure or +operator do we need to add argument with default nil value or some other overload?

Prashant-
Автор

Cool vis man. The intro sound is so loud and the rest so quiet. Can you bump up the sound on the part you are talking ? Thanks !

alexvlad
Автор

I did find it useful, I didn't know about reduce(). My question: is It the same time complexity as a for-loop or is it better?

craigswanson
Автор

I want to understand one thing how the Value in closure takes values of array as we do not specify that values should be actual values and not their index. Pls clarify

sohailurrahmans
Автор

Hi Vincent. Do you know maybe why the result for reduce(into:) is in a random order ?

obsessed