Hi all,
I came up with the following implementation of a "flatten" operation that
turns a sequence of sequences into a flat list:
8< -------------------------------------------------------------------
#include <iostream>
#include
Hi all,
I came up with the following implementation of a "flatten" operation that
turns a sequence of sequences into a flat list:
8< -------------------------------------------------------------------
#include <iostream>
#include