Skip to content

Structure

ValidatorResults.Range

ValidatorResult of a validator that validates whether the input is within a supplied range.
struct Range<T> where T : Comparable, T : Sendable

Topics

Instance Properties

  • result
    The position of the data relative to the range.

Default Implementations

Relationships

Conforms To

  • Swift.Copyable
  • Swift.Escapable
  • Swift.Sendable
  • Swift.SendableMetatype
  • ValidatorResult