ArrayG.setSize

Sets the size of the array, expanding it if necessary. If the array was created with @clear_ set to %TRUE, the new elements are set to 0.

class ArrayG
setSize
(
uint length
)

Parameters

length uint

the new size of the #GArray

Return Value

Type: ArrayG

the #GArray

Meta