
7.10 The C structure
val indexObject : { array:c_object, tgt:c_object, index:int } -> unit
index and copies the data to the target object, tgt. The index must be in the range of the array; the c_type of array should be an array type; and the target object should have compatible c_type.

Generated with Harlequin WebMaker