no Join() for List?

Monkey Forums/Monkey Programming/no Join() for List?

AdamRedwoods(Posted 2012) [#1]
I noticed there isn't a Join() method for Lists, except StringList, nor is there an overload for AddLast()/AddFirst() for another List.

With List's pointers being private, makes it awkward to extend to do this functionality, and it seems trivial.


Where would it be useful? Don't know, recursive Quicksort maybe.


Paul - Taiphoz(Posted 2012) [#2]
does monkey handle recursion ?


bruZard(Posted 2012) [#3]
of course ... why not?!?