Skip to content

Commit

Permalink
Update bytecode-initial.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-shandar authored Nov 14, 2024
1 parent 40083c6 commit 0a9f2be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notes/bytecode-initial.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ struct Array<T> {

type String = Array<u16>;

// LSB first.
type BigUInt = Array<u64>;

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

0 comments on commit 0a9f2be

Please sign in to comment.