Sequence.prepend

Adds a new item to the front of seq

class Sequence
prepend
(
void* data
)

Parameters

data void*

the data for the new item

Return Value

an iterator pointing to the new item

Meta

Since

2.14