ListBuffer

data class ListBuffer(val data: List<Int>) : TreeBuildBuffer

Constructors

Link copied to clipboard
constructor(data: List<Int>)

Properties

Link copied to clipboard
val data: List<Int>