bulkDeletion

fun bulkDeletion(positions: Iterable<Int>, stories: Map<Int, StoryStep>): Pair<Map<Int, StoryStep>, Map<Int, StoryStep>>

Delete story steps in bulk. Returns a pair with first the new state of stories and the deleted stories.