dutils-validation ~master (2021-12-18T11:16:46.2586688)
Dub
Repo
ValidateMaximum
dutils
validation
constraints
Undocumented in source.
struct
ValidateMaximum (
T
) {
T
maximum
;
Nullable
!
ValidationError
getError
(T value, string path);
}
Members
Functions
getError
Nullable
!
ValidationError
getError
(T value, string path)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
maximum
T
maximum
;
Undocumented in source.
Meta
Source
See Implementation
dutils
validation
constraints
enums
ValidationErrorTypes
structs
ValidateEmail
ValidateMaximum
ValidateMaximumLength
ValidateMinimum
ValidateMinimumLength
ValidateRequired