WillChange

public struct WillChange<Collection> : Publisher where Collection : RealmSubscribable, Collection : ThreadConfined

A publisher which emits Void each time the object is mutated.

Despite the name, this actually emits after the collection has changed.