Jez
07/17/2023, 10:01 AM@stable data class
and ensuring that I’m handling the list data appropriately in my logic, but does anyone know of a solid alternative solution, ideally one that makes dealing with immutable data more efficient than copying lists around?Stylianos Gakis
07/17/2023, 10:12 AMJez
07/17/2023, 10:25 AMJez
07/17/2023, 10:26 AMJez
07/17/2023, 10:27 AMJez
07/17/2023, 10:28 AMJez
07/17/2023, 10:28 AMcurioustechizen
07/17/2023, 10:28 AMkotlinx.collections.immutable
under the hood.Chrimaeon
07/17/2023, 10:29 AMcurioustechizen
07/17/2023, 10:30 AMNo. Its implementations are more or less stable, reported bugs and improvements (e.g.: #94, #90, #98) are fixed on a regular basis.
Chrimaeon
07/17/2023, 10:30 AMJez
07/17/2023, 10:34 AM