parent
08e473cf5d
commit
a387c0a8f7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ type Action(element) {
|
|||
Continue(element, fn() -> Action(element))
|
||||
}
|
||||
|
||||
/// An yielder is a lazily evaluated infinite sequence of elements.
|
||||
/// A yielder is a lazily evaluated infinite sequence of elements.
|
||||
///
|
||||
/// As a lazy data structure no work is done when a yielder is filtered,
|
||||
/// mapped, etc, instead a new yielder is returned with these transformations
|
||||
|
|
Loading…
Reference in a new issue