Lazy
Lazy
represents a lazy evaluated value. Lazy is memoizing, i.e. it evaluates only once and therefore is referential transparent.
Lazy
represents a lazy evaluated value. Lazy is memoizing, i.e. it evaluates only once and therefore is referential transparent.