ghedeon
04/09/2019, 8:11 AMspand
04/09/2019, 8:16 AMarekolek
04/09/2019, 8:17 AMReturns a list containing all elements of the original collection and then all elements of the given elements sequence.plus
Returns a list containing all elements of the original collection and then the given element.plusElement
ghedeon
04/09/2019, 8:20 AMList<Any>
instead of List<List<Int>>
. And I'd prefer to know exactly what's happening when I type it 😒imple_smile: . I'm wondering if better names could have been used.List<List<Int>>
as it's shown.arekolek
04/09/2019, 8:29 AM