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.
Tango Dual License: 3-Clause BSD License / Academic Free License v3.0. See LICENSE_TANGO.txt for details.
Copyright (C) 2005-2006 Sean Kelly. Some parts copyright (c) 2009-2016 dunnhumby Germany GmbH. All rights reserved.
The tuple module defines a template struct used for arbitrary data grouping.