pop#

IntVector.pop(
*args,
**kwargs,
)#

Overloaded function.

  1. pop(self: libcasm.monte.events._monte_events.IntVector) -> int

Remove and return the last item

  1. pop(self: libcasm.monte.events._monte_events.IntVector, i: typing.SupportsInt | typing.SupportsIndex) -> int

Remove and return the item at index i