DList.insertBefore

Inserts elements from a static array before r.

Parameters

R

Static array size.

r Range

Range extracted from this list.

el T[R]

New elements.

Return Value

Type: size_t

The number of elements inserted.

Precondition: r is extracted from this list.

Meta