Are there mutable state set?
# compose
s
Are there mutable state set?
i
var someState by remember { mutableStateOf(“”) } someState = “changed”
s
I mean mutableStateSetOf, there are mutableStateListOf, but I couldn't find mutable state set
111 Views