Returns a slice view where the elements are U.
U
@override Slice<U> cast<U>() => Slice(_list.cast<U>(), _start, _end);