Skip to main content
Lazily produce a value. Can be used to return a string, list or numeric value whose actual value will only be calculated later, during synthesis.

Initializers


Static Functions


anyValue

Produces a lazy token from an untyped value.

producerRequired

The lazy producer.

optionsOptional

Options.

listValue

Returns a list-ified token for a lazy value.

producerRequired

The producer.

optionsOptional

Options.

numberValue

Returns a numberified token for a lazy value.

producerRequired

The producer.

stringValue

Returns a stringified token for a lazy value.

producerRequired

The producer.

optionsOptional

Options.