Stats

data class Stats(var edgesChecked: Int = 0, var edgesEmitted: Int = 0, var yCount: Int = 0)

Constructors

Link copied to clipboard
constructor(edgesChecked: Int = 0, edgesEmitted: Int = 0, yCount: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var yCount: Int

Functions

Link copied to clipboard
fun chunk(edgesChecked: Int, edgesEmitted: Int, yCount: Int)
Link copied to clipboard
fun reset()