Skip to content

[test] Check Std::apply() by implementing a tuple transformation

Carsten Gräser requested to merge feature/extend-stdapplytest into master

This checks with a real application example: An implementation of a tuple transformation.

Maybe we also want to implement our real tuple tranformation that way, because its easier to read and much shorter.

Merge request reports