You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: ReadMe.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,3 +25,5 @@ Swift doesn’t have a system framework that deals with LEB128 encoding. *LEB128
25
25
26
26
Swift `Int` and `UInt` values can be extracted from corresponding types. However, when the stored value exceeds platform limitation, properties returning Swift integers become unavailable and debugging prints raw bytes instead of human-readable decimals.
27
27
28
+
`Signed7BitEncodedInteger` and `Unsigned7BitEncodedInteger` have not yet supported all arithmetic operations. Conformance to `BinaryInteger` is scheduled on is in the works.
0 commit comments