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 80f1b8d commit 12d3640Copy full SHA for 12d3640
build/Option.js
@@ -37,7 +37,6 @@ class Option {
37
return (this.code & 0b1) === 0b1;
38
}
39
/*
40
-
41
0 1 2 3 4 5 6 7
42
+---------------+---------------+
43
| Option Delta | Option Length | 1 byte
src/Option.ts
@@ -68,7 +68,6 @@ export abstract class Option {
68
69
70
71
72
73
74
0 commit comments