Prepend constructor

Prepend(
  1. Object base,
  2. Object elems
)

Implementation

Prepend(this.base, this.elems);