Convert an entire array into a WrappedCharArray.
Convert an entire array into a WrappedCharArray. The new object will be backed by the
array, and so changes to the array's contents will be reflected in the resulting WrappedCharArray.
Convert a slice of an array into a WrappedCharArray.
Convert a slice of an array into a WrappedCharArray. The new object will be backed by the
array, and so changes to the array's contents will be reflected in the resulting WrappedCharArray.