Re: RFC 148 (v1) Add reshape() for multi-dimensional array reshaping

[email protected] (Nathan Wiger)
Newsgroups perl.perl6.language.data
Message-ID <[email protected]>
> OK here is a basic question: how do we specify element access in
> PDL type arrays?
> 
> $a[$i][$j][$k] or $a[$i,$j,$k]

Both of these already have firm meaning in Perl. The second one is used
to bite off selected elements of an array. So if you want a different
syntax you'll have to use some other separator, perhaps ;.

-Nate
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.