R

Ravina • 3.96K Points
Extraordinary

Q. Which method returns an iterator that skips the first n elements?

  • (A) drop(n)
  • (B) skip(n)
  • (C) omit(n)
  • (D) take(n)
  • Correct Answer - Option(B)
  • Views: 8
  • Filed under category Rust
  • Hashtags:

Explanation by: Ravina
skip(n) returns an iterator after skipping the first n elements.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.