Unpacked.opSlice

Returns a slice of the range.

Paramas: from = the start point of slicing. to = the end point of slicing.

struct Unpacked
@trusted
opSlice
(
size_t from
,
size_t to
)

Return Value

Type: Value[]

the slice of Values.

Meta