First Tuple2¶
Documentation¶
Get the first element out of a two-element tuple (pair).
Definition¶
Input ports¶
- <unnamed>
Type: (<a>, <b>)Description: Tuple
Output ports¶
- <unnamed>
Type: <a>Description: First
Examples¶
Example flows demonstrating this node:
Implementation¶
- class node_tuple_operations.FirstTuple2[source]