BulkDbt.insert

Inserts stuff to the front of the container.

struct BulkDbt
alias insert = insertFront

Return Value

The number of elements inserted

Complexity: O(log(n))

Meta