pop#
- IntVector.pop(
- *args,
- **kwargs,
Overloaded function.
pop(self: libcasm.monte.events._monte_events.IntVector) -> int
Remove and return the last item
pop(self: libcasm.monte.events._monte_events.IntVector, i: typing.SupportsInt | typing.SupportsIndex) -> int
Remove and return the item at index
i