If I use `mutableStateOf` by default the `structur...
# compose-android
e
If I use
mutableStateOf
by default the
structuralEqualityPolicy
is used to find changes. But what policy is used for parameters passed to the Composable function? Are they compared by value of by reference?
c
Answered in #compose
👍 1