IntCounter

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun add(delta: Int)
Link copied to clipboard
operator fun IntCounter.dec(): IntCounter
Link copied to clipboard
operator fun IntCounter.inc(): IntCounter

Properties

Link copied to clipboard
open override val value: Int