Skip to content

Structure

ValidatorResults.In

ValidatorResult of a validator that validates whether an item is contained in the supplied sequence.
struct In<T> where T : CustomStringConvertible, T : Equatable, T : Sendable

Topics

Instance Properties

  • item
    Description of the item.
  • items
    Descriptions of the elements of the supplied sequence.

Default Implementations

Relationships

Conforms To

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