Immutable and Persistent Lists - TypeAlias Show Clip

preview_player
Показать описание


🚀 Get the inside scoop on everything I'm working on - join my new email newsletter!

🎞️ Watch the full episode here:

📚 Chapters
00:00 Read-Only Lists Aren't Immutable
04:12 Immutable Lists
06:23 Persistent Lists
09:20 Persistent List Builders
Рекомендации по теме
Комментарии
Автор

This is why Compose by default does not treat `List` as stable since it may actually be mutable.

robchr
Автор

"a MutableList" sounds awfully similar to Immutable list 😅

jansmycka
Автор

I just treat my mutable list carefully and that's it. Immutability is mental 😅

pablovaldes
Автор

just one more example of how kotlin is badly designed

ITksh-zpob