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 09ba2a5 commit 298d359Copy full SHA for 298d359
README.md
@@ -26,7 +26,7 @@ binary.bits(0, 16) // 57005
26
27
// Bytes
28
binary.byte(0) as Int // 222
29
-binary.byte(0, 2) as Int // 57005
+binary.bytes(0, 2) as Int // 57005
30
```
31
32
## Todos
0 commit comments