We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad3afe commit db0abe2Copy full SHA for db0abe2
Sources/GateUtilities/BinaryCodable.swift
@@ -142,9 +142,11 @@ extension Bool: BinaryCodable {}
142
extension Int8: BinaryCodable {}
143
extension Int16: BinaryCodable {}
144
extension Int32: BinaryCodable {}
145
+extension Int64: BinaryCodable {}
146
extension UInt8: BinaryCodable {}
147
extension UInt16: BinaryCodable {}
148
extension UInt32: BinaryCodable {}
149
+extension UInt64: BinaryCodable {}
150
extension Float32: BinaryCodable {}
151
extension Float64: BinaryCodable {}
152
0 commit comments