Module tuple_util

Source

Traits§

NestedTuple
A tuple of the form (A, (B, (… (N, ())))).
NestedTupleAppend
Allows to append at the end of a nested tuple list.
NestedTupleFlatten
Defines conversion of a nested tuple list to a regular tuple.