Module hydro_lang::stream

source ·

Structs§

  • Marks the stream as having no order, which means that the order of elements may be affected by non-determinism.
  • An ordered sequence stream of elements of type T.
  • Marks the stream as being totally ordered, which means that there are no sources of non-determinism (other than intentional ones) that will affect the order of elements.

Traits§

  • Helper trait for determining the weakest of two orderings.