Skip to content

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

Type Property

nil

Validates that the data is nil. Combine with the not-operator ! to validate that the data is not nil.
static var `nil`: Validator<T> { get }