Open degory opened 8 months ago
Rename the iterator property on the Iterable[T] trait to iter() and make it a method.
iterator
Iterable[T]
iter()
Bootstrapping this change might require temporarily retaining the old name as well
Rename the
iterator
property on theIterable[T]
trait toiter()
and make it a method.Bootstrapping this change might require temporarily retaining the old name as well