opSlice. Extracts an indexed sequence of unicode characters from the referenced string.
For dchar output, the returned slice is built up in the internal slice_string member. Otherwise a slice into the referenced string is returned.
index of first character to extract
index of last character to extract
the sliced characters (either as dchars or as the same type as the referenced string).
See Implementation
opSlice. Extracts an indexed sequence of unicode characters from the referenced string.
For dchar output, the returned slice is built up in the internal slice_string member. Otherwise a slice into the referenced string is returned.