PlaceableCounter

class PlaceableCounter(var count: Int = 0)(source)

Mutable counter shared across Scope instances so that child scopes (created for term resolution) accumulate toward the same limit.

Constructors

Link copied to clipboard
constructor(count: Int = 0)

Properties

Link copied to clipboard
var count: Int