Structs

A set of zero or more rewrites which can be applied atomically to transform a vector.
An atomic action applied to a Vec<T>, such as replace one region by another or inserting one or more items, etc.

Functions

Constract a delta which inserts a given range of elements at a given point in the vector.
Construct a delta which removes one or more elements from the vector.
Construct a delta which replaces a given range of elements with another sequence of zero or more items.