#include <slice_array.h>
For example, with an array of size 10, and a slice with offset 1, size 3 and stride 2, the subset consists of array elements 1, 3, and 5.
Definition at line 58 of file slice_array.h.
|
Construct an empty slice.
Definition at line 89 of file slice_array.h. |
|
Construct a slice.
Definition at line 92 of file slice_array.h. |
|
Return size of slice.
Definition at line 100 of file slice_array.h. |
|
Return array offset of first slice element.
Definition at line 96 of file slice_array.h. |
|
Return array stride of slice.
Definition at line 104 of file slice_array.h. |