insert
Description:
Inserts buffer at idx in this.
Other buffers are moved to make room for this new buffer.
A -1 value for idx will append the buffer at the end.
Parameters:
| this | |
| idx |
the index |
| buffer |
a Buffer |
Inserts buffer at idx in this.
Other buffers are moved to make room for this new buffer.
A -1 value for idx will append the buffer at the end.
| this | |
| idx |
the index |
| buffer |
a Buffer |