Replace the contents of this list with numElements copies of value.
Note that, to the extent possible, existing elements of this list are copy-assigned to, to minimize the number of nodes that need to be copy-inserted or erased.
| Name | Description |
|---|---|
| numElements | number of copies of value to assign |
| value | value copied into each element |