Sequence.prepend

Adds a new item to the front of seq Since 2.14

class Sequence
prepend
(
void* data
)

Parameters

data void*

the data for the new item

Return Value

an iterator pointing to the new item

Meta