Append constructor

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

Implementation

Append(this.base, this.elems);