Make flatten work for any nested iterables (not just nested lists)
calebsmith opened this issue · 1 comments
calebsmith commented
This would exclude strings as the implementation already does (so we don't yield each char of the string).
kachayev commented
Merged pull request with minor adjustments. Thanks!