IntList

data class IntList(val items: List<Int>)(source)

Constructors

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

Properties

Link copied to clipboard
val items: List<Int>