[][src]Module tuples::combin

Combine tuples

Traits

CombinConcat

Concat Tuples
(a, b).concat((c, d)) -> (a, b, c, d)

CombinLeft

Add Item on Left

CombinRight

Add Item on Right