QuentinPerez / 42-toolkit

:seedling: Useful structs written in C
GNU General Public License v3.0
108 stars 26 forks source link

Add list splice #12

Closed IohannRabeson closed 11 years ago

IohannRabeson commented 11 years ago

I've added s_list_interval to reduce the number of parameters of the functions which deal with interval of list such splice.

Maybe it would be interesting to add some methods for applying modifications(as foreach, reverse or remove) to only an interval of a list. What do you think about that?