NamedResourcesIntSlice

data class NamedResourcesIntSlice(val ints: List<Int>)

NamedResourcesIntSlice contains a slice of 64-bit integers.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ints: List<Int>

Ints is the slice of 64-bit integers.