MutableListBuffer

constructor(size: Int, initializer: (Int) -> T)(source)


constructor(list: MutableList<T>)(source)

Parameters

T

the type of elements contained in the buffer.