Optional.opSlice

Slice operator with auto return types

struct Optional(T)
static if(isArray!T)
opSlice
(
this This
)
(
size_t begin
,
size_t end
)

Parameters

begin size_t

begin index of the array slice

end size_t

end index of the array slice

Meta