remove#

LongVector.remove(
self: LongVector,
x: SupportsInt | SupportsIndex,
) None#

Remove the first item from the list whose value is x. It is an error if there is no such item.