optionalByteProperty
A Kotlin delegate
to create an OptionalByteProperty (the implementation will be a SimpleOptionalByteProperty. Typical usage :
val fooProperty by optionalByteProperty( initialValue )
var foo by fooProperty
Content copied to clipboard