Skip to content

Commit 27f5760

Browse files
committed
Update c.hexa
1 parent 5c07bdd commit 27f5760

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/c/c.hexa

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ declare class ConstArrayPointer<T> {
8383
@struct
8484
@rename('ArrayPointer')
8585
declare class ArrayPointer<T> {
86+
let address SizeOfPointer
8687
fun offsetItems(index SizeOfPointer) ArrayPointer<T>
8788
fun offsetItemsBack(index SignedSizeOfPointer) ArrayPointer<T>
8889

0 commit comments

Comments
 (0)