List Quality Of Life

List Get Elements:
Outputs the input List’s items at & in the order of a input List “Indices”
(Personally would optimize my pathfinder rn xD but u know, generally would be nice)

List Slice:
Outputs the input List’s items from a int “From” to a int “To”
(List version of string substring since they didnt want something generalized for list & string)

List Generate: (Idk, sumn to differentiate from list create)
Outputs a list of (any configurable by default port) “Items” of amount int “Count”
(like a “[0] * 5” operation in programming)

Theres probably more i told devs that we each forgot since the past like, 4 years i wanted these. But ye

maybe generally being able to add/subtract/multiply/divide same length List<int | float> that generates a new list of the results per element