A

Admin • 828.03K Points
Coach

Q. Which method can be used to combine two iterators in Rust?

  • (A) join()
  • (B) merge()
  • (C) zip()
  • (D) group()
  • Correct Answer - Option(C)
  • Views: 7
  • Filed under category Rust
  • Hashtags:

Explanation by: Admin
`zip()` combines two iterators into one that returns tuples.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.