This commit is contained in:
parent
d7372270e7
commit
4684dae3c6
1 changed files with 1 additions and 3 deletions
|
@ -144,9 +144,7 @@ pub fn step(yielder: Yielder(e)) -> Step(e, Yielder(e)) {
|
|||
Next(e, Yielder(a))
|
||||
}
|
||||
|
||||
/// Creates an yielder that only yields the first `desired` elements.
|
||||
///
|
||||
/// If the yielder does not have enough elements all of them are yielded.
|
||||
/// Creates a list containing the `desired` number of elements.
|
||||
///
|
||||
/// ## Examples
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue