Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

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 }