OpStats

data class OpStats(var iterations: Int = 0, var bigMultiplications: Int = 0, var square: Int = 0)

Constructors

Link copied to clipboard
constructor(iterations: Int = 0, bigMultiplications: Int = 0, square: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var square: Int

Functions

Link copied to clipboard
fun set(iterations: Int = 0, bigMultiplications: Int = 0, square: Int = 0)