Manuel Wrage
01/14/2020, 9:34 PMrootAmbient(MyAmbient
) or maybe all instances of the ambient above the tree?Adam Powell
01/14/2020, 9:55 PMManuel Wrage
01/14/2020, 9:58 PMChuck Jazdzewski [G]
01/15/2020, 12:04 AMSection(name = "Address") { ... }
that updates the navigation path by providing the list.
It would be useful to use something like kotlinx-collection-immutable collections for this as they handle list structure sharing for you. Alternately a cons/cdr style linked list using immutable data classes would work as well.