longProperty

A Kotlin delegate to create a LongProperty (the implementation will be a SimpleLongProperty. Typical usage :

val fooProperty by longProperty( initialValue )
var foo by fooProperty