Skip to content
Snippets Groups Projects
Commit 0d5af7e3 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Conform FactType to Comparable

parent ccdc8e7b
No related branches found
No related tags found
2 merge requests!102Release 1.0.0,!71Fact improvements & helpers
......@@ -34,6 +34,8 @@ extension FactType: ExpressibleByIntegerLiteral {
}
}
extension FactType: Comparable {}
extension FactType: Codable {
public init(from decoder: Decoder) throws {
let container = try decoder.singleValueContainer()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment