Returns a Tuple with the types sorted so that the most derived types are ordered before the remaining types.
Returns the index of the first occurrence of T in TList or Tlist.length if not found.
Returns the type from TList that is the most derived from T. If no such type is found then T will be returned.
Returns a Tuple with the first occurrence of T removed from TList.
Returns a Tuple with all occurrences of T removed from TList.
Returns a Tuple with the first offuccrence of T replaced with U.
Returns a Tuple with all occurrences of T replaced with U.
Returns a Tuple with the types from TList declared in reverse order.
A Tuple is a an aggregate of typed values. Tuples are useful for returning a set of values from a function or for passing a set of parameters to a function.
Returns a Tuple with all duplicate types removed.
The tuple module defines a template struct used for arbitrary data grouping.