Skip to content

Commit db0abe2

Browse files
committed
Make 64bit values BinaryCodable
1 parent 5ad3afe commit db0abe2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/GateUtilities/BinaryCodable.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,11 @@ extension Bool: BinaryCodable {}
142142
extension Int8: BinaryCodable {}
143143
extension Int16: BinaryCodable {}
144144
extension Int32: BinaryCodable {}
145+
extension Int64: BinaryCodable {}
145146
extension UInt8: BinaryCodable {}
146147
extension UInt16: BinaryCodable {}
147148
extension UInt32: BinaryCodable {}
149+
extension UInt64: BinaryCodable {}
148150
extension Float32: BinaryCodable {}
149151
extension Float64: BinaryCodable {}
150152

0 commit comments

Comments
 (0)