Chris Cordero
04/20/2020, 1:15 PMDominaezzz
04/20/2020, 1:18 PMMutableList
is an interface without implementation.Dominaezzz
04/20/2020, 1:18 PMArrayList
but that is up to you.Dominaezzz
04/20/2020, 1:19 PMArrayDeque
.Chris Cordero
04/20/2020, 1:19 PMmutableListOf()
?Dominaezzz
04/20/2020, 1:21 PMArrayList
. What I meant is that you can have multiple implementations of MutableList
.Chris Cordero
04/20/2020, 1:22 PMChris Cordero
04/20/2020, 1:22 PMMutableList
was an interface, but it was in the docs staring at me the whole time lolChris Cordero
04/20/2020, 1:23 PMArrayList
thoughChris Cordero
04/20/2020, 1:25 PMDominaezzz
04/20/2020, 1:27 PMArrayList
I guess, but looking at the source code.... we know it is 🙂.Chris Cordero
04/20/2020, 1:28 PMdiesieben07
04/20/2020, 1:31 PMarrayListOf