Equivalently, if I have a mutable state flow with ...
# flow
l
Equivalently, if I have a mutable state flow with an initial value and I create a flow from it with
distinctUntilChanged
, if I use
drop(1)
, does that just drop the initial value?