Slicing assignment.
$(D_KEYWORD char).
Assigned character, range or string.
Slice start.
Slice end.
Slice with the assigned part of the string.
Precondition: i <= j && j <= length && value.length == j - i
See Implementation
Slicing assignment.