QueueArray.dropElement

Drops the queue element at position @idx from queue @array.

class QueueArray
void*
dropElement
(
uint idx
)

Parameters

idx uint

index to drop

Return Value

Type: void*

the dropped element

Meta