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.