Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tuple [2013/08/09 22:00]
admin created
tuple [2026/08/28 03:35] (current)
hermann Sync from local documentation review
Line 1: Line 1:
-====== Tuple ====== ​+====== Tuple ======
  
 ===== Description ===== ===== Description =====
  
-This functor is structure ​used as a link to other functors.+Declares ​tuple value that can be reused as the input to more than one functor, or used as a constant.
  
 ===== Inputs ===== ===== Inputs =====
  
-^ Name ^ Type ^ Description ^ +^ Name  ^ Type  ^ Description ​ 
-| Constant ​ | [[Tuple Type|Tuple]]  | Data carrier for tuple.  |+| Constant ​ | [[Tuple Type]] ​ | Tuple value carried by this functor.  |
  
 ===== Optional Inputs ===== ===== Optional Inputs =====
 +
 +None.
  
 ===== Outputs ===== ===== Outputs =====
  
-^ Name ^ Type ^ Description ^ +^ Name  ^ Type  ^ Description ​ 
-| Object ​ | [[Tuple Type|Tuple]]  | The object is a tuple. ​ |+| Object ​ | [[Tuple Type]] ​ | The tuple value provided as this functor'​s input.  |
  
 ===== Group ===== ===== Group =====
Line 23: Line 25:
 ===== Notes ===== ===== Notes =====
  
-===== Internal Name ===== +This functor passes its input value to its output unmodified, and can be used to feed the same tuple into more than one functor, or to hold a constant tuple. 
 + 
 +===== Internal Name =====
  
 Tuple Tuple