On Thursday, 16 July 2015 at 05:28:15 UTC, Ola Fosheim Grøstad wrote: > std::forward_list Forget that one, that actually would be a single linked list… :P And in C++ you also have "std::integer_sequence" for compile time parameters. But I think "sequence" implies that everything has the same type...