675 |
* tolerated (and has no effect). The upper bound is checked by assertion. |
* tolerated (and has no effect). The upper bound is checked by assertion. |
676 |
* If dispose is true then the memory associated with the item will also |
* If dispose is true then the memory associated with the item will also |
677 |
* be deallocated. The specified list may not be NULL (checked by |
* be deallocated. The specified list may not be NULL (checked by |
678 |
* asseretion).<br><br> |
* assertion).<br><br> |
679 |
* |
* |
680 |
* Complexity: O(gl_length(list)) <br> |
* Complexity: O(gl_length(list)) <br> |
681 |
* This is because all the list items to the right of the deleted |
* This is because all the list items to the right of the deleted |