Open KelvinChung2000 opened 5 months ago
Allowing concat to take list or generator to enable syntax like s.a //= concat(b2(1) for _ in range(4)) to be used.
s.a //= concat(b2(1) for _ in range(4))
Allowing concat to take list or generator to enable syntax like
s.a //= concat(b2(1) for _ in range(4))
to be used.