BulkDbt.stableInsertFront

Inserts stuff to the front of the container.

struct BulkDbt
alias stableInsertFront = insertFront

Return Value

The number of elements inserted

Complexity: O(log(n))

Meta