<product> ( models -- product )
Models ยป Product models

Prev:product


Vocabulary
models.product

Inputs
modelsa sequence of models


Outputs
producta new product


Word description
Creates a new instance of product. The value of the new product model is obtained by mapping the value slot accessor over the given sequence of models.

Examples
See the example in the documentation for product.

Definition