We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c07bdd commit 27f5760Copy full SHA for 27f5760
library/c/c.hexa
@@ -83,6 +83,7 @@ declare class ConstArrayPointer<T> {
83
@struct
84
@rename('ArrayPointer')
85
declare class ArrayPointer<T> {
86
+ let address SizeOfPointer
87
fun offsetItems(index SizeOfPointer) ArrayPointer<T>
88
fun offsetItemsBack(index SignedSizeOfPointer) ArrayPointer<T>
89
0 commit comments