BufferList.remove
void remove(uint idx, uint length)Removes length buffers starting from idx in list. The following buffers are moved to close the gap.
Parameters
idx | the index |
length | the amount to remove |
void remove(uint idx, uint length)Removes length buffers starting from idx in list. The following buffers are moved to close the gap.
idx | the index |
length | the amount to remove |