optionalFixedFormatProperty

A Kotlin delegate to create an OptionalFixedFormatProperty (the implementation will be a SimpleOptionalFixedFormatProperty. Typical usage :

val fooProperty by optionalFixedFormatProperty( initialValue )
var foo by fooProperty