NamedResourcesIntSlicePatch

data class NamedResourcesIntSlicePatch(val ints: List<Int>? = null)

NamedResourcesIntSlice contains a slice of 64-bit integers.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ints: List<Int>? = null

Ints is the slice of 64-bit integers.