This commit is contained in:
parent
62b4c61b8b
commit
08e473cf5d
1 changed files with 0 additions and 1 deletions
|
@ -509,7 +509,6 @@ pub fn iterate(
|
||||||
/// ```gleam
|
/// ```gleam
|
||||||
/// cycle([1, 2, 3, 2, 4])
|
/// cycle([1, 2, 3, 2, 4])
|
||||||
/// |> take_while(satisfying: fn(x) { x < 3 })
|
/// |> take_while(satisfying: fn(x) { x < 3 })
|
||||||
/// |> take(2)
|
|
||||||
/// // -> [1, 2]
|
/// // -> [1, 2]
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue