Skip to content

circular array with one element and circular array with two elements don't behave the same #4

@nkh

Description

@nkh
use strict ; use warnings ; use v5.10 ;

use Array::Iterator::Circular;

my $chars = Array::Iterator::Circular->new('-', '-');

say $chars->next for (1 ..10 ) ;

$chars = Array::Iterator::Circular->new('-');

say $chars->next for (1 ..10 ) ;

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions