Module merge2::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.
  • Prepend the contents of right to left.