Closed vadixidav closed 5 years ago
Some methods, like iter_gather_deep_linear_hashed, do iterate, but they don't produce an iterator. The names need to be changed to something more appropriate like collect.
iter_gather_deep_linear_hashed
collect
Solved in #20. Now called collect_fold.
collect_fold
Some methods, like
iter_gather_deep_linear_hashed
, do iterate, but they don't produce an iterator. The names need to be changed to something more appropriate likecollect
.