Skip to content

add UniqueTuple and UniqueTuple_t

Janick Gerstenberger requested to merge feature/unique-tuple into master

The MR adds UniqueTuple and UniqueTuple_t and a accompanying test.

UniqueTuple uniques the exact types contained inside a tuple while preserving there relative order.

Merge request reports