As a status update: Nil is no longer an iterator: $ perl6 -e 'say Nil.^mro' Nil (Cool) (Any) (Mu)
But the recently introduced Empty is: $ perl6 -e 'say Empty.^mro' Empty (Iterator) (Iterable) Nil (Cool) (Any) (Mu)
Christian Bartolomaeus via RT Mon, 25 May 2015 12:10:10 -0700
As a status update: Nil is no longer an iterator: $ perl6 -e 'say Nil.^mro' Nil (Cool) (Any) (Mu)
But the recently introduced Empty is: $ perl6 -e 'say Empty.^mro' Empty (Iterator) (Iterable) Nil (Cool) (Any) (Mu)