Skip to content

Commit 0a9f2be

Browse files
Update bytecode-initial.md
1 parent 40083c6 commit 0a9f2be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

notes/bytecode-initial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ struct Array<T> {
155155

156156
type String = Array<u16>;
157157

158+
// LSB first.
158159
type BigUInt = Array<u64>;
159160

160161
type Object = Array<(String, Any)>;

0 commit comments

Comments
 (0)