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)

Reply via email to