ItemsInserted returns the event that the model should publish when a contiguous range of items was inserted.
()
| 38 | // ItemsInserted returns the event that the model should publish when a |
| 39 | // contiguous range of items was inserted. |
| 40 | ItemsInserted() *IntRangeEvent |
| 41 | |
| 42 | // ItemsRemoved returns the event that the model should publish when a |
| 43 | // contiguous range of items was removed. |
no outgoing calls
no test coverage detected