RecnoBulkDbt.insertFronts

Inserts stuff to the front of the container.

struct RecnoBulkDbt
size_t
insertFronts
(
Stuff
)
(
Stuff stuff
)
if (
is(typeof(stuff.byKey()))
)

Return Value

Type: size_t

The number of elements inserted

Complexity: O(log(n))

Meta