Creates a slice from list based on this range.
list
@override Slice<T> slice<T>(List<T> list) => list.asSlice();