extend#
- IntVector.extend(
- *args,
- **kwargs,
Overloaded function.
extend(self: libcasm.clexmonte._clexmonte_monte_calculator.IntVector, L: libcasm.clexmonte._clexmonte_monte_calculator.IntVector) -> None
Extend the list by appending all the items in the given list
extend(self: libcasm.clexmonte._clexmonte_monte_calculator.IntVector, L: collections.abc.Iterable) -> None
Extend the list by appending all the items in the given list