CompareAgainst

enum CompareAgainst<Value>

The CompareAgainst enumeration

  • Constant Value

    Declaration

    Swift

    case constant(Value)
  • Value retrieved from keyPath

    Declaration

    Swift

    case keyPath(KeyPath<EUDCC, Value>)

CompareAgainst+value(for:)

  • Retrieve CompareAgainst Value for an given EUDCC

    Declaration

    Swift

    func value(
        for eudcc: EUDCC
    ) -> Value

    Parameters

    eudcc

    The EUDCC

    Return Value

    The Valuze