Module vec

Source
Expand description

Merge strategies for vectors.

These strategies are only available if the std feature is enabled.

Functions§

append
Append the contents of right to left.
overwrite_empty
Overwrite left with right if left is empty.
prepend
Prepend the contents of right to left.