Crate iter2

source ·

Functions

  • Shorthand for a.into_iter().chain(b).
  • Shorthand for a.into_iter().cmp(b).
  • Shorthand for a.into_iter().eq(b).
  • Shorthand for a.into_iter().ge(b).
  • Shorthand for a.into_iter().gt(b).
  • Shorthand for a.into_iter().le(b).
  • Shorthand for a.into_iter().lt(b).
  • Shorthand for a.into_iter().ne(b).
  • Shorthand for a.into_iter().partial_cmp(b).
  • Converts the arguments to iterators and zips them.