orx_iterable

Module sources

Source
Expand description

Module defining types implementing iterable traits behaving as source of iterables.

Structs§

  • An iterable which does not yield any element.
  • An iterable collection without any element.
  • An iterable which yields a wrapped value only once.
  • An iterable collection having only one item.
  • An iterable which yields the same value infinitely many times.
  • An iterable which yields the same value n times.

Functions§

  • Creates an iterable which does not yield any element.
  • Creates an iterable collection without any element.
  • Creates an iterable which yields only one value.
  • Creates an iterable collection having only one element with the given value.
  • Creates an iterable which yields the same value infinitely many times.
  • Creates an iterable which yields the same value n times.