DioxusLabs / DioxusLabs/dioxus
Request: more Readable extensions for String/str
Open
signals
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
## Feature Request
It's common to check if a string is empty / its length and other characteristics.
Right now to check if a Signal is empty we have to call `.read().is_empty()` but calling `.is_empty()` like the `Vec` would be nice.
There's probably other types we can implement this for - hashmaps, strings, btrees, etc.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.