RecnoBulkDbt.insert

Inserts stuff to the front of the container.

struct RecnoBulkDbt
alias insert = insertFront

Return Value

The number of elements inserted

Complexity: O(log(n))

Meta