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 }
Type Property
nil. Combine with the not-operator ! to validate that the data is not nil.static var `nil`: Validator<T> { get }