ReadOnlyCharPropertyWrapper

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.

Constructors

Link copied to clipboard
constructor(wraps: CharProperty)