librasteve / raku-Dan

Top level raku Data ANalysis Module
Artistic License 2.0
7 stars 2 forks source link

Sequence as slice - * as last not working #8

Open librasteve opened 2 years ago

librasteve commented 2 years ago

In Dan::Jupyter:

~stats[0,20...*]^; #Cannot .elems a lazy list onto a Array

~stats[0,20...stats.elems]^; #ok