FindLeb128BytesTuple typedef
The return type of the find_leb128bytes function. The item1
is the leb128 bytes, and the item2
is the start_i
+ item1.length
.
Implementation
typedef FindLeb128BytesTuple = Tuple2<Uint8List, int>;
The return type of the find_leb128bytes function. The item1
is the leb128 bytes, and the item2
is the start_i
+ item1.length
.
typedef FindLeb128BytesTuple = Tuple2<Uint8List, int>;