3 lines
128 B
GDScript3
Raw Permalink Normal View History

2024-12-27 21:00:07 +01:00
static func merge_(sources) -> Observable:
return GDRx.obs.from_iterable(GDRx.to_iterable(sources)).pipe1(GDRx.op.merge_all())