ExecutionCount

@Serializable
value class ExecutionCount(val value: Int)

Typesafe wrapper for execution counts created by ExecutionCounter.

Constructors

Link copied to clipboard
constructor(value: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val value: Int

Functions

Link copied to clipboard
open override fun toString(): String