Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

New NotBlankString.length property #143

Closed
4 tasks done
LVMVRQUXL opened this issue Dec 19, 2022 · 3 comments
Closed
4 tasks done

New NotBlankString.length property #143

LVMVRQUXL opened this issue Dec 19, 2022 · 3 comments
Assignees
Labels
common Should work on all platforms. enhancement New feature or request. types Related to Kotools Types library.
Milestone

Comments

@LVMVRQUXL
Copy link
Contributor

LVMVRQUXL commented Dec 19, 2022

Description

Implement the following property:

import kotools.types.number.StrictlyPositiveInt
import kotools.types.text.NotBlankString

/** Returns the length of this string. */
val NotBlankString.length: StrictlyPositiveInt get() = TODO()

Checklist

  • Implement.
  • Test.
  • Refactor.
  • Update the Work in progress section in changelog.
@LVMVRQUXL LVMVRQUXL added enhancement New feature or request. common Should work on all platforms. types Related to Kotools Types library. labels Dec 19, 2022
@LVMVRQUXL LVMVRQUXL added this to the Types v4.0.0 milestone Dec 19, 2022
@LVMVRQUXL LVMVRQUXL self-assigned this Dec 20, 2022
@LVMVRQUXL
Copy link
Contributor Author

Done.

@LVMVRQUXL
Copy link
Contributor Author

Update the Work in progress section in changelog.

@LVMVRQUXL
Copy link
Contributor Author

Done.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
common Should work on all platforms. enhancement New feature or request. types Related to Kotools Types library.
Projects
None yet
Development

No branches or pull requests

1 participant