Remove item from the list by item index. O(N)
No action if list is empty.
True if item were removed.
AssertError if any const range is registered.
See Implementation
Remove item from the list by item index. O(N)
No action if list is empty.