Sequence.append

Adds a new item to the end of seq. Since 2.14

class Sequence
append
(
void* data
)

Parameters

data void*

the data for the new item

Return Value

an iterator pointing to the new item

Meta