In the code above, cartesianNames ends up as a Lis...
# getting-started
r
In the code above, cartesianNames ends up as a List<List<Thing>>. Whats the best way to covert it to one long List<Thing> . Flatten it out basically?