tracking

fun <T> Clock.tracking(property: KProperty0<T>, length: Int = 30): PropertyTracker<T>(source)

Create a property tracker

Return

a property tracker

Since

0.4.3

Parameters

property

the property to track

length

the maximum length of the tracked history