byteProperty

A Kotlin delegate to create a ByteProperty (the implementation will be a SimpleByteProperty. Typical usage :

val fooProperty by byteProperty( initialValue )
var foo by fooProperty