Pass/Convert array to variadic parameter

Is there a way to do this yet?

Vision has a nice new API that takes a variadiac input

final func perform(_ request: repeat each T) async throws -> (repeat (each T).Result) where repeat each T : VisionRequest

I have an array of requests.

Can I send them to this function somehow?