Skip to content

Implement support for complex types #80

Description

@alexgarzao

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

Go types

  • 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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions