RecnoBulkDbt.insertFront

Inserts stuff to the front of the container.

struct RecnoBulkDbt
size_t
insertFront
(
K
V
)
(
Tuple!(K, V) stuff
)
if (
isNumeric!(K)
)

Return Value

Type: size_t

The number of elements inserted

Complexity: O(log(n))

Meta