SideEffect

data class SideEffect(var counter: Int = 0)

Constructors

Link copied to clipboard
fun SideEffect(counter: Int = 0)

Functions

Link copied to clipboard
fun increment()

Properties

Link copied to clipboard
var counter: Int = 0