extend#

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

Overloaded function.

  1. 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

  1. 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