Module merge::vec

source ·
Expand description

Merge strategies for vectors.

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

Functions§

  • Append the contents of right to left.
  • Overwrite left with right if left is empty.
  • Prepend the contents of right to left.