pushFront

Insert element(s) values at the beginning.

static if(!(isOrdered!ordering))
@"complexity", "O(length)"
void
pushFront
(
Us...
)
()
if (
values.length >= 1 &&
allSatisfy!(isElementAssignable, Us)
)

Meta