In role PredictiveIterator§

See primary documentation in context for method bool-only

Defaults to the Booleanification of the result of calling the count-only method. If it is possible to have a faster way of finding out whether the iterator is capable of producing any value, it should be implemented.

method bool-only(--> Bool:D{ self.count-only.Bool }