Module immutable_seq::lazy [] [src]

Structs

Thunk

A lazily evaluated value.

Enums

ThunkResult

Represents the two possible things a Thunk<T> can return: either a T value, or another Thunk<T>.

Functions

redirect
strict
value

Type Definitions

Lazy

A sometimes-cleaner name for a lazily evaluated value.