charProperty

A Kotlin delegate to create a CharProperty (the implementation will be a SimpleCharProperty. Typical usage :

val fooProperty by charProperty( initialValue )
var foo by fooProperty