apple / swift-asn1

An implementation of ASN.1 for Swift
https://swiftpackageindex.com/apple/swift-asn1/main/documentation/swiftasn1
Apache License 2.0
137 stars 27 forks source link

Make GeneralizedTime and UTCTime Comparable. #29

Closed Lukasa closed 1 year ago

Lukasa commented 1 year ago

In many cases it's useful to be able to place these into a total order. This patch adds support for ordering them.