I've been looking at the C++ and Java code bases, trying to find examples of List<List<T>> and am having trouble finding them. Are these implemented?
I'm trying to figure out a good design in Rust as part of the refactor I'm working on. Thanks, Andy.