Append the sequence of values in the specified srcQueue.
Append to the end of this queue the sequence of values in the specified srcQueue. Note that this function is logically equivalent to: ` insert(length(), srcQueue); `
| Name | Description |
|---|---|
| srcQueue | queue whose elements are appended |