Jörg Sommrey
Jörg Sommrey
Fixes PDLPorters/pdl#547 Fixes PDLPorters/pdl#548 Fixes PDLPorters/pdl#550
[`rldseq`](https://metacpan.org/pod/PDL::Slices#rldseq) has the same issue as [`rldvec`](https://metacpan.org/pod/PDL::Slices#rldvec). see #547.
[`rldND`](https://metacpan.org/pod/PDL::Slices#rldND) calculates the required output size but doesn't use this value to allocate the output ndarray.
[`rldvec`](https://metacpan.org/pod/PDL::Slices#rldvec) allocates a `null` output ndarray and calculates the decoded size only in case `$c` is not defined. With `$c` given as `null`, it uses `null`'s `dim(1)` as the output...