Type Property
empty
Validates that the data is empty. You can also check a non empty state by negating this validator:
!.empty.static var empty: Validator<T> { get }
You're viewing documentation for a pre-release version. View the latest stable version
Type Property
!.empty.static var empty: Validator<T> { get }