stale-fish-58614
09/18/2025, 11:17 PMlittle-cartoon-10569
09/19/2025, 12:25 AMInputList
is enumerable as-is. So you'd iterate over it directly, and it contains Input-wrapped objects. You can decide if you need to apply then (hopefully you won't need to, you can just pass the values directly to other constructors).echoing-dinner-19531
09/19/2025, 7:37 AMInput<ImmutableArray<T>>
so you can cast it to an Output<ImmutableArray<T>>
then apply on that to get the entire immutable array object.