Variable Tuple.expand

Represents the values of the Tuple as a list of values.

struct Tuple
{
  // ...
  Tuple.Types expand ;
  // ...
}