-
Notifications
You must be signed in to change notification settings - Fork 186
Open
Description
In the doc it says:
Each of these changes can be communicated with a single message, (plus, minus, index): the values removed after that index, then the values that were added after that index, and the index, in that order.
The names of the parameters are plus and minus, so the first one is the added values, the second one is the removed values. I also double checked with a test, and the added values are sent as the first parameter, the removed as the second. So I think this should be:
Each of these changes can be communicated with a single message, (plus, minus, index): the values added after that index, then the values that were removed after that index, and the index, in that order.