- from
- the index at which to start the sublist.
- to
- the index one past the end of the sublist.
Documentation for this section has not yet been entered.
Returns a List of the specified portion of this List from the given start index to the end index minus one. The returned List is backed by this List so changes to it are reflected by the other.