-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
For all complex numeric go types (see list below), the following validations must be implemented:
- eq
- neq
- gt
- gte
- lt
- lte
- in
- nin
- required
- eqfield
- neqfield
- gtefield
- gtfield
- ltefield
- ltfield
- complex64 the set of all complex numbers with float32 real and imaginary parts
- complex128 the set of all complex numbers with float64 real and imaginary parts
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request