std::core::array

slice2d

macro slice2d(array_ptr, x = 0, xlen = 0, y = 0, ylen = 0)
Slice a 2d array and create a Slice2d from it.

Parameters