GString.opSlice

Creates a data structure to represent the 0'th index during array slicing, e.g. gstring[i..j].

struct GString(CharT)
size_t[2]
opSlice
(
size_t dim = 0
)
(
size_t i
,
size_t j
)
if (
isSomeChar!CharT
)

Meta