- Add extended slicing support to UserString.UserString. - Add support for step-1 slice assignment using slice objects to UserString.MutableString. - Add tests for extended slicing support to all string_tests (now that all string types support it) - Add tests for the limited extended slice assignment support in MutableString.