BHoM / BHoM_Engine

Internal manipulation of the BHoM
GNU Lesser General Public License v3.0
26 stars 13 forks source link

BHoM_Engine: ShiftList works only for numbers within range of the collection #3273

Closed pawelbaran closed 7 months ago

pawelbaran commented 7 months ago

Description:

As in the title, ShiftRange only works for values within range (0, collection.Count), for others doing nothing. Error or wrapping needed.