class X::Seq::Consumed is Exception { }
This exception is thrown when a piece of code tries to reuse a Seq
which has already been iterated.
Error due to trying to reuse a consumed sequence
class X::Seq::Consumed is Exception { }
This exception is thrown when a piece of code tries to reuse a Seq
which has already been iterated.