BulkDbt.insertFront

Inserts stuff to the front of the container.

struct BulkDbt
size_t
insertFront
(
T
)
()
if (
is(typeof(tobytes(_value)))
)

Return Value

Type: size_t

The number of elements inserted

Complexity: O(log(n))

Meta