Differences
This shows you the differences between two versions of the page.
| — |
name_value [2026/08/28 03:00] (current) hermann Create new page from functor_docs documentation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Name Value ====== | ||
| + | |||
| + | ===== Description ===== | ||
| + | |||
| + | Identifies a value by assigning a name to it, so that a container built to consume named values can pick it out by that name. | ||
| + | |||
| + | ===== Inputs ===== | ||
| + | |||
| + | ^ Name ^ Type ^ Description ^ | ||
| + | | Value | [[Real Value Type]] | Value to identify. | | ||
| + | | Value Name | [[Name Type]] | Name used to identify the value. | | ||
| + | |||
| + | ===== Optional Inputs ===== | ||
| + | |||
| + | None. | ||
| + | |||
| + | ===== Outputs ===== | ||
| + | |||
| + | None. | ||
| + | |||
| + | ===== Group ===== | ||
| + | |||
| + | [[Functor List#Map Algebra Supplementary | Map Algebra Supplementary]] | ||
| + | |||
| + | ===== Notes ===== | ||
| + | |||
| + | This functor must be placed directly inside a container that supports identifying values by name. Placed anywhere else, it has no effect. | ||
| + | |||
| + | ===== Internal Name ===== | ||
| + | |||
| + | NameValue | ||