ID EN
Operators

iconcat

Python 3.11

a = iconcat(a, b) is equivalent to a += b for a and b sequences.

Syntax

PYTHON
operator.iconcat(a, b)