Sequence.append

Adds a new item to the end of @seq.

class Sequence
append
(
void* data
)

Parameters

data void*

the data for the new item

Return Value

an iterator pointing to the new item

Meta

Since

2.14