slice

Slices an array. Throws an Exception (not an Error) on out-of-bounds, even in release builds.

T[]
slice
(
T
)
(
T[] arr
,
size_t p0
,
size_t p1
)

Meta