Closed LilyFoote closed 9 years ago
Polydivisible.search is a generator method, which is nice for recursion and lazy evaluation. However, it feels awkward to call list or set in the common case of displaying the results. A new method that delegates to search would be nice.
Polydivisible.search
list
set
search
Polydivisible.search
is a generator method, which is nice for recursion and lazy evaluation. However, it feels awkward to calllist
orset
in the common case of displaying the results. A new method that delegates tosearch
would be nice.