remove#
- LongVector.remove(
- self: LongVector,
- x: SupportsInt | SupportsIndex,
Remove the first item from the list whose value is x. It is an error if there is no such item.
Remove the first item from the list whose value is x. It is an error if there is no such item.