import kotools.types.number.StrictlyPositiveInt
import kotools.types.text.NotBlankString
/** Returns the length of this string. */
val NotBlankString.length: StrictlyPositiveInt get() = TODO()
Checklist
[x] Implement.
[x] Test.
[x] Refactor.
[x] Update the Work in progress section in changelog.
Description
Implement the following property:
Checklist
Work in progress
section in changelog.