Expand description
Predicates based on emptiness.
Structs§
- IsEmpty
- Checks whether the value is empty.
- NonEmpty
Error - Represents errors that occur when the provided value is non-empty.
Constants§
- VALUE
- The
empty valueliteral.
Traits§
- HasEmpty
- Represents types that have emptiness-checking capabilities.
Type Aliases§
- IsNon
Empty - Checks whether the value is non-empty.