ReadOnlyCharPropertyWrapper
class ReadOnlyCharPropertyWrapper(wraps: CharProperty) : ReadOnlyPropertyWrapper<Char, Property<Char>> , ReadOnlyCharProperty
Never use this class directly. Use CharProperty.asReadOnly to obtain a read-only version of a mutable CharProperty.
Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Char, Property<Char>>
, use ReadOnlyCharPropertyWrapper
.