I know that it's implied by the docs, but it wasn't immediately obvious to me that the chunks returned by chunks() and chunks_mut() can (I'm avoiding use of the term "recursive" here) have chunks or chunks_mut called on themselves (playground).
Is there any interest in a PR that makes this explicit? It seems that especially when working with threads and work-stealing, this is something that users want to do.