Sets the slots in the given range.
the slot to be set
the range to set
RangeError is an invalid range or index is given
inventory[2..4] = Slot(new Items.Apple(), 32); inventory[4..6] = another[10..12];
See Implementation
Sets the slots in the given range.