merge

Module 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.