Unexpected behaviour in associative array

9il ilyayaroshenko at gmail.com
Sat Apr 20 14:24:34 UTC 2019


On Friday, 19 April 2019 at 12:37:10 UTC, Arredondo wrote:
>     Slice!(Contiguous, [2], byte*) payload;

BTW, any reason not to use the new version of ndslice?

For new API it would be:

Slice!(byte*, 2, Contiguous)

or just

Slice!(byte*, 2)



More information about the Digitalmars-d-learn mailing list