data property

  1. @Array<NativeType>(10)
Array<Int32> data
getter/setter pair

The data array of the complex struct

Implementation

@Array(10)
external Array<Int32> data;